File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
com.unity.netcode.gameobjects/Editor Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ private static void DrawInstallMultiplayerToolsTip()
363
363
const string getToolsText = "Access additional tools for multiplayer development by installing the Multiplayer Tools package in the Package Manager." ;
364
364
const string openDocsButtonText = "Open Docs" ;
365
365
const string dismissButtonText = "Dismiss" ;
366
- const string targetUrl = "https://docs-multiplayer.unity3d.com/docs/tutorials/goldenpath_series/goldenpath_foundation_module " ;
366
+ const string targetUrl = "https://docs-multiplayer.unity3d.com/docs/tools/install-tools " ;
367
367
const string infoIconName = "console.infoicon" ;
368
368
369
369
if ( PlayerPrefs . GetInt ( InstallMultiplayerToolsTipDismissedPlayerPrefKey , 0 ) != 0 )
You can’t perform that action at this time.
0 commit comments