Skip to content

Commit

Permalink
Update the links to our docs and API ref page (#10670)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWang-MS committed Jun 23, 2022
1 parent 1c31885 commit d092fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/MRTK/Core/Inspectors/MixedRealityToolkitHelpLinks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace Microsoft.MixedReality.Toolkit.Editor
public class MixedRealityToolkitHelpLinks : MonoBehaviour
{
internal const string MRTKIssuePageUrl = "https://github.com/microsoft/MixedRealityToolkit-Unity/issues";
internal const string MRTKDocsUrl = "https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/";
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";

[MenuItem("Mixed Reality/Toolkit/Help/Show Documentation", false)]
private static void ShowDocumentation()
Expand Down

0 comments on commit d092fa9

Please sign in to comment.