Skip to content

Commit 9218877

Browse files
committed
samples.json: Make CodeUrl point to a folder containing all relevent
code for sample
1 parent 1b99330 commit 9218877

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
@@ -19,7 +19,7 @@
1919
"Type": "DataGridPage",
2020
"Subcategory": "Layout",
2121
"About": "Control that presents data in a customizable table of rows and columns.",
22-
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid",
22+
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid",
2323
"XamlCodeFile": "DataGridCode.bind",
2424
"Icon": "/SamplePages/DataGrid/DataGrid.png",
2525
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/DataGrid.md"
@@ -810,7 +810,7 @@
810810
"Type": "CameraHelperPage",
811811
"Subcategory": "Systems",
812812
"About": "Allows to easily get camera frame sources available for media capture to preview video and get real time video frames/software bitmaps.",
813-
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/Helpers/CameraHelper/CameraHelper.cs",
813+
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp/Helpers/CameraHelper",
814814
"CodeFile": "CameraHelperCode.bind",
815815
"Icon": "/SamplePages/CameraHelper/CameraHelper.png",
816816
"BadgeUpdateVersionRequired": "April 2018 update required",
@@ -830,7 +830,7 @@
830830
"Type": "RemoteDeviceHelperPage",
831831
"Subcategory": "Systems",
832832
"About": "Allows you to easily enumerate remote devices ( Project Rome ).",
833-
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/Helpers/RemoteDeviceHelper/RemoteDeviceHelper.cs",
833+
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp/Helpers/RemoteDeviceHelper",
834834
"CodeFile": "RemoteDeviceHelperCode.bind",
835835
"Icon": "/SamplePages/RemoteDeviceHelper/RemoteDeviceHelper.png",
836836
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/helpers/RemoteDeviceHelper.md"

0 commit comments

Comments
 (0)