aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut')
-rw-r--r--Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut b/Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut
index 89b7f7196..966686025 100644
--- a/Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut
+++ b/Northstar.Client/mod/scripts/vscripts/ui/atlas_auth.nut
@@ -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 )