diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-09-19 23:09:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 23:09:37 +0200 |
commit | 6d0ea06301cd3ca62a9babbc1b96edb2772c9d57 (patch) | |
tree | 732dd276e738c3dc62c2ed9912f1be3ea7be8c73 /docs | |
parent | edb601df909e0055d2cb6f4a8a61c8d5db4506b8 (diff) | |
download | NorthstarWiki-6d0ea06301cd3ca62a9babbc1b96edb2772c9d57.tar.gz NorthstarWiki-6d0ea06301cd3ca62a9babbc1b96edb2772c9d57.zip |
Update link to ModdingDocs to new docs version (#309)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 2 | ||||
-rw-r--r-- | docs/modding/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index be4d59a..48275ae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ Install instructions can be found here: For modding guides, documentation on Northstar API features and documentation on Respawn Squirrel look at: -{% embed url="https://r2northstar.readthedocs.io/" %} +{% embed url="https://docs.northstar.tf/Modding/" %} ## Contact and contributing diff --git a/docs/modding/README.md b/docs/modding/README.md index 55ec465..410a61d 100644 --- a/docs/modding/README.md +++ b/docs/modding/README.md @@ -1,6 +1,6 @@ # Modding -Northstar Modding documentation has moved over to: [https://r2northstar.readthedocs.io/](https://r2northstar.readthedocs.io/). +Northstar Modding documentation has moved over to: [https://docs.northstar.tf/Modding/](https://docs.northstar.tf/Modding/). ## Custom Skin Modding |