Skip to content

Commit 96ccfe1

Browse files
committed
Add documentation url in samples.json to address PR comment
1 parent bb7ac37 commit 96ccfe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,8 @@
864864
"About": "Behavior to automatically select the entire content of a TextBox control when it loads",
865865
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI/Behaviors/",
866866
"XamlCodeFile": "AutoSelectBehaviorXaml.bind",
867-
"Icon": "/Assets/Helpers.png"
867+
"Icon": "/Assets/Helpers.png",
868+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/AutoSelectBehavior.md"
868869
},
869870
{
870871
"Name": "Win2d Path Mini Language Parser",

0 commit comments

Comments
 (0)