Skip to content

Commit

Permalink
Merge pull request #4264 from RosarioPulella/fix/sample-docurl
Browse files Browse the repository at this point in the history
samples.json: Fix Graph doc url
  • Loading branch information
XAML-Knight authored Sep 21, 2021
2 parents 760ab9f + f623901 commit 0b976f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
"Icon": "/Assets/mslogo.png",
"BadgeUpdateVersionRequired": "PREVIEW",
"DeprecatedWarning": "The Graph Providers are in preview. Find out more here: https://aka.ms/wgt",
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/graph/providers/InteractiveProviderBehavior.md",
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/graph/overview.md",
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls"
}
]
Expand Down

0 comments on commit 0b976f9

Please sign in to comment.