Skip to content

Commit 5c6f26c

Browse files
committed
HelpUrl nitpick
1 parent b19ba9e commit 5c6f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/HelpUrls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal static class HelpUrls
1111
public const string NetworkObject = BaseManualUrl + "components/core/networkobject.html";
1212
public const string NetworkAnimator = BaseManualUrl + "components/helper/networkanimator.html";
1313
public const string NetworkRigidbody = BaseManualUrl + "components/helper/networkrigidbody.html";
14-
public const string NetworkRigidbody2D = BaseManualUrl + "components/helper/networkrigidbody.html";
14+
public const string NetworkRigidbody2D = BaseManualUrl + "components/helper/networkrigidbody.html#networkrigidbody2d";
1515
public const string RigidbodyContactEventManager = BaseApiUrl + ".Components.RigidbodyContactEventManager.html";
1616
public const string NetworkTransform = BaseManualUrl + "components/helper/networktransform.html";
1717
public const string AnticipatedNetworkTransform = BaseManualUrl + "advanced-topics/client-anticipation.html";

0 commit comments

Comments
 (0)