Skip to content

Commit

Permalink
Fixed broken project validation help link for - MRTK3 profile may nee… (
Browse files Browse the repository at this point in the history
#886)

* Fixed broken porject validation help link for - MRTK3 profile may need to be assigned for the Standalone build target

* Updated changelog to add PR link

* Removed the locale from the modified url

---------

Co-authored-by: Max Palme <[email protected]>
  • Loading branch information
MaxPalmer-UH and Max Palme authored Aug 8, 2024
1 parent 802be2b commit 9f1831d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions org.mixedrealitytoolkit.core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [3.3.0-development] - 2024-06-24

### Fixed

* Fixed broken project validation help link, for item 'MRTK3 profile may need to be assigned for the Standalone build target' (Issue #882) [PR#886 (https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/886)]

## [3.2.2-development] - 2024-06-13

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private static BuildValidationRule GenerateProfileRule(BuildTargetGroup buildTar
AssetDatabase.LoadAssetAtPath<MRTKProfile>(AssetDatabase.GUIDToAssetPath(DefaultMRTKProfileGuid))),
FixItMessage = $"Assign the default MRTK3 profile for the {buildTargetGroup} build target",
Error = false,
HelpLink = "https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/mrtk3-overview/setup#4-configure-mrtk-profile-after-import"
HelpLink = "https://learn.microsoft.com/windows/mixed-reality/mrtk-unity/mrtk3-overview/getting-started/setting-up/setup-new-project#4-configure-mrtk-profile-after-import"
};
}

Expand Down

0 comments on commit 9f1831d

Please sign in to comment.