Skip to content

Commit

Permalink
Update links to point to new wiki (#894)
Browse files Browse the repository at this point in the history
Documentation was moved from GitBook to MkDocs so the links to the wiki should updated accordingly.
  • Loading branch information
GeckoEidechse authored Oct 14, 2024
1 parent e616cb1 commit 9beff34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void function AtlasAuthDialog_Threaded()
if ( res.errorCode != "" )
dialogData.message += format( "\n\n%s", Localize( "#AUTHENTICATION_FAILED_ERROR_CODE", res.errorCode ) )

string link = "https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting"
string link = "https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/"
// link to generic troubleshooting page if we don't have an error code from Atlas
if ( res.errorCode != "" )
link = format( "%s#%s", link, res.errorCode )
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://translate.harmony.tf/widgets/northstar/-/client/svg-badge.svg" alt="Translation status" />
</a>

[Squirrel](http://www.squirrel-lang.org/squirreldoc/reference/index.html) scripts used to recreate server-side gamelogic and add [custom content](https://r2northstar.gitbook.io/r2northstar-wiki/using-northstar/gamemodes) to the game.
[Squirrel](http://www.squirrel-lang.org/squirreldoc/reference/index.html) scripts used to recreate server-side gamelogic and add [custom content](https://docs.northstar.tf/Wiki/using-northstar/gamemodes/) to the game.

## Contents:

Expand Down

0 comments on commit 9beff34

Please sign in to comment.