File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/MRTK/Core/Inspectors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ namespace Microsoft.MixedReality.Toolkit.Editor
12
12
public class MixedRealityToolkitHelpLinks : MonoBehaviour
13
13
{
14
14
internal const string MRTKIssuePageUrl = "https://github.com/microsoft/MixedRealityToolkit-Unity/issues" ;
15
- internal const string MRTKDocsUrl = "https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/ " ;
16
- internal const string MRTKAPIRefUrl = "https://docs.microsoft.com/dotnet/api/microsoft.mixedreality.toolkit " ;
15
+ internal const string MRTKDocsUrl = "https://aka.ms/mrtk2docs " ;
16
+ internal const string MRTKAPIRefUrl = "https://aka.ms/mrtk2api " ;
17
17
18
18
[ MenuItem ( "Mixed Reality/Toolkit/Help/Show Documentation" , false ) ]
19
19
private static void ShowDocumentation ( )
You can’t perform that action at this time.
0 commit comments