mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Update website URL in docs (#257)
This commit is contained in:
parent
06fc87a123
commit
989a262e10
@ -129,7 +129,7 @@ If you are doing updates that requires you to update all existing Atoms you can
|
||||
|
||||
## Pull requests
|
||||
|
||||
Pull requests should be made to the [canary branch](https://github.com/AdamRamberg/unity-atoms/tree/canary).
|
||||
Pull requests should be made to the [canary branch](https://github.com/unity-atoms/unity-atoms/tree/canary).
|
||||
|
||||
### Checklist before submitting a PR
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Base Atoms
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Core
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - FSM
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Mobile
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Mono Hooks
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Scene Mgmt
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - Tags
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Unity Atoms - UI
|
||||
|
||||
Check out the online documentation [here](https://adamramberg.github.io/unity-atoms/).
|
||||
Check out the online documentation [here](https://unity-atoms.github.io/unity-atoms/).
|
||||
|
@ -65,4 +65,4 @@ A: To get started, check out the tutorials on this page.
|
||||
|
||||
If you still happen to have questions, don't hesitate to join the [Discord server](https://discord.gg/W4yd7E7) and you will find many helpful individuals to assist you in figuring out Unity Atoms. There are also channels for suggestions and showcasing your work, which is all welcome!
|
||||
|
||||
Unity Atoms is an open source project and anyone may contribute to help improve Unity Atoms. Check out the [GitHub repository](https://github.com/AdamRamberg/unity-atoms), [contributing guideline](https://github.com/AdamRamberg/unity-atoms/blob/master/CONTRIBUTING.md), and become part of the project!
|
||||
Unity Atoms is an open source project and anyone may contribute to help improve Unity Atoms. Check out the [GitHub repository](https://github.com/unity-atoms/unity-atoms), [contributing guideline](https://github.com/unity-atoms/unity-atoms/blob/master/CONTRIBUTING.md), and become part of the project!
|
||||
|
@ -78,7 +78,7 @@ Add the following to your `manifest.json`:
|
||||
{
|
||||
"dependencies": {
|
||||
...
|
||||
"com.unity-atoms.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git#master",
|
||||
"com.unity-atoms.unity-atoms": "https://github.com/unity-atoms/unity-atoms.git#master",
|
||||
...
|
||||
}
|
||||
}
|
||||
@ -92,7 +92,7 @@ Updating Unity Atoms to a new release when using the Unity Package Manager is as
|
||||
|
||||
![updating](../assets/unity-atoms-update.png)
|
||||
|
||||
Follow [Unity Atoms on Github](https://github.com/AdamRamberg/unity-atoms) to stay up-to-date on the current version.
|
||||
Follow [Unity Atoms on Github](https://github.com/unity-atoms/unity-atoms) to stay up-to-date on the current version.
|
||||
|
||||
## Create your first Atom
|
||||
|
||||
|
@ -7,4 +7,4 @@ sidebar_label: Advanced example
|
||||
|
||||
# Advanced example
|
||||
|
||||
See the example scene "InfiniteWaves" in the [example project](https://github.com/AdamRamberg/unity-atoms/tree/master/Examples).
|
||||
See the example scene "InfiniteWaves" in the [example project](https://github.com/unity-atoms/unity-atoms-examples).
|
||||
|
@ -64,7 +64,7 @@ class Footer extends React.Component {
|
||||
<div>
|
||||
<h5>More</h5>
|
||||
<a href="https://medium.com/@adamramberg">Blog</a>
|
||||
<a href="https://github.com/AdamRamberg/unity-atoms">GitHub</a>
|
||||
<a href="https://github.com/unity-atoms/unity-atoms">GitHub</a>
|
||||
<a
|
||||
className="github-button"
|
||||
href={repoUrl}
|
||||
|
@ -11,13 +11,13 @@
|
||||
const siteConfig = {
|
||||
title: 'Unity Atoms', // Title for your website.
|
||||
tagline: 'Tiny modular pieces utilizing the power of Scriptable Objects',
|
||||
url: 'https://adamramberg.github.io', // Your website URL
|
||||
url: 'https://unity-atoms.github.io', // Your website URL
|
||||
baseUrl: '/unity-atoms/',
|
||||
docsUrl: '',
|
||||
|
||||
// Used for publishing and more
|
||||
projectName: 'unity-atoms',
|
||||
organizationName: 'AdamRamberg',
|
||||
organizationName: 'Unity Atoms',
|
||||
// For top-level user or org sites, the organization is still the same.
|
||||
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
|
||||
// organizationName: 'JoelMarcey'
|
||||
@ -26,7 +26,7 @@ const siteConfig = {
|
||||
headerLinks: [
|
||||
{ doc: 'introduction/quick-start', label: 'Quick Start' },
|
||||
{ doc: 'api/unityatoms', label: 'API' },
|
||||
{ href: 'https://www.github.com/AdamRamberg/unity-atoms', label: 'Github' },
|
||||
{ href: 'https://www.github.com/unity-atoms/unity-atoms', label: 'Github' },
|
||||
],
|
||||
|
||||
/* path to images for header/footer */
|
||||
@ -92,7 +92,7 @@ const siteConfig = {
|
||||
|
||||
// You may provide arbitrary config keys to be used as needed by your
|
||||
// template. For example, if you need your repo's URL...
|
||||
repoUrl: 'https://github.com/AdamRamberg/unity-atoms',
|
||||
repoUrl: 'https://github.com/unity-atoms/unity-atoms',
|
||||
};
|
||||
|
||||
module.exports = siteConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user