Skip to content

Commit df39c7b

Browse files
andrews-unitybendoyonnetcode-ci-service
authored
fix: Change tools install link URL (#1400) (#1457)
Co-authored-by: Benoit Doyon <[email protected]> Co-authored-by: Unity Netcode CI <[email protected]>
1 parent 8e315f1 commit df39c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Editor/NetworkManagerEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ private static void DrawInstallMultiplayerToolsTip()
363363
const string getToolsText = "Access additional tools for multiplayer development by installing the Multiplayer Tools package in the Package Manager.";
364364
const string openDocsButtonText = "Open Docs";
365365
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";
367367
const string infoIconName = "console.infoicon";
368368

369369
if (PlayerPrefs.GetInt(InstallMultiplayerToolsTipDismissedPlayerPrefKey, 0) != 0)

0 commit comments

Comments
 (0)