From 9218877e69fb8f17eeff55797c92a2b4eb2e15d9 Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Mon, 20 Sep 2021 16:49:44 -0400 Subject: [PATCH] samples.json: Make CodeUrl point to a folder containing all relevent code for sample --- Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json b/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json index 220eff0d3..a514eaab6 100644 --- a/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json +++ b/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json @@ -19,7 +19,7 @@ "Type": "DataGridPage", "Subcategory": "Layout", "About": "Control that presents data in a customizable table of rows and columns.", - "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid", + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid", "XamlCodeFile": "DataGridCode.bind", "Icon": "/SamplePages/DataGrid/DataGrid.png", "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/DataGrid.md" @@ -810,7 +810,7 @@ "Type": "CameraHelperPage", "Subcategory": "Systems", "About": "Allows to easily get camera frame sources available for media capture to preview video and get real time video frames/software bitmaps.", - "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/Helpers/CameraHelper/CameraHelper.cs", + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp/Helpers/CameraHelper", "CodeFile": "CameraHelperCode.bind", "Icon": "/SamplePages/CameraHelper/CameraHelper.png", "BadgeUpdateVersionRequired": "April 2018 update required", @@ -830,7 +830,7 @@ "Type": "RemoteDeviceHelperPage", "Subcategory": "Systems", "About": "Allows you to easily enumerate remote devices ( Project Rome ).", - "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/Helpers/RemoteDeviceHelper/RemoteDeviceHelper.cs", + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp/Helpers/RemoteDeviceHelper", "CodeFile": "RemoteDeviceHelperCode.bind", "Icon": "/SamplePages/RemoteDeviceHelper/RemoteDeviceHelper.png", "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/helpers/RemoteDeviceHelper.md"