We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c31885 commit d092fa9Copy full SHA for d092fa9
1 file changed
Assets/MRTK/Core/Inspectors/MixedRealityToolkitHelpLinks.cs
@@ -12,8 +12,8 @@ namespace Microsoft.MixedReality.Toolkit.Editor
12
public class MixedRealityToolkitHelpLinks : MonoBehaviour
13
{
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";
+ internal const string MRTKDocsUrl = "https://aka.ms/mrtk2docs";
+ internal const string MRTKAPIRefUrl = "https://aka.ms/mrtk2api";
17
18
[MenuItem("Mixed Reality/Toolkit/Help/Show Documentation", false)]
19
private static void ShowDocumentation()
0 commit comments