Skip to content

Commit 2c80dd9

Browse files
committed
Fix sampel doc link AutoFocusBehavior + FocusBehavior
1 parent 8392fc6 commit 2c80dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI.Behaviors/Focus/AutoFocusBehavior.cs",
855855
"XamlCodeFile": "AutoFocusBehaviorXaml.bind",
856856
"Icon": "/Assets/Helpers.png",
857-
"DocumentationUrl": "Cannot find!"
857+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/FocusBehaviors.md"
858858
},
859859
{
860860
"Name": "FocusBehavior",
@@ -864,7 +864,7 @@
864864
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI.Behaviors/Focus/FocusBehavior.cs",
865865
"CodeFile": "FocusBehaviorXaml.bind",
866866
"Icon": "/Assets/Helpers.png",
867-
"DocumentationUrl": "Cannot find!"
867+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/FocusBehaviors.md"
868868
},
869869
{
870870
"Name": "Win2d Path Mini Language Parser",

0 commit comments

Comments
 (0)