Skip to content

Commit 1b99330

Browse files
committed
samples.json: Fix CodeUrl values point to wrong location in
Graph-Controls
1 parent a9c00c0 commit 1b99330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
"Name": "LoginButton",
421421
"Subcategory": "Graph",
422422
"About": "The LoginButton control is a button and flyout to facilitate Microsoft identity platform authentication for AAD or MSA accounts.",
423-
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/Microsoft.Toolkit.Graph.Controls/Controls/LoginButton",
423+
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/CommunityToolkit.Graph.Uwp/Controls/LoginButton",
424424
/*"XamlCodeFile": "/SamplePages/Graph/LoginButtonXaml.bind",*/
425425
"Icon": "/SamplePages/Graph/LoginButton.png",
426426
"BadgeUpdateVersionRequired": "PREVIEW",
@@ -431,7 +431,7 @@
431431
"Name": "PersonView",
432432
"Subcategory": "Graph",
433433
"About": "The PersonView control is used to display a person or contact by using their photo, name, and/or email address from Microsoft Graph.",
434-
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/Microsoft.Toolkit.Graph.Controls/Controls/PersonView",
434+
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/CommunityToolkit.Graph.Uwp/Controls/PersonView",
435435
/*"XamlCodeFile": "/SamplePages/Graph/PersonViewXaml.bind",*/
436436
"Icon": "/SamplePages/Graph/PersonView.png",
437437
"BadgeUpdateVersionRequired": "PREVIEW",
@@ -442,7 +442,7 @@
442442
"Name": "PeoplePicker",
443443
"Subcategory": "Graph",
444444
"About": "The PeoplePicker Control searchs for people and renders the list of results from Microsoft Graph. By default, the component will search for all people.",
445-
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/Microsoft.Toolkit.Graph.Controls/Controls/PeoplePicker",
445+
"CodeUrl": "https://github.com/CommunityToolkit/Graph-Controls/tree/main/CommunityToolkit.Graph.Uwp/Controls/PeoplePicker",
446446
/*"XamlCodeFile": "/SamplePages/Graph/PeoplePickerXaml.bind",*/
447447
"Icon": "/SamplePages/Graph/PeoplePicker.png",
448448
"BadgeUpdateVersionRequired": "PREVIEW",

0 commit comments

Comments
 (0)