Skip to content

Commit 9f69adc

Browse files
authored
link to master instead of user branch (#427)
1 parent e201d58 commit 9f69adc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/SampleMetadata/SampleMetadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"Description": "Pick an image and classify the scene into 1000 categories such as keyboard, mouse, pencil, and many animals. Many more models can be tested with this sample by building the WinML Samples Gallery App from source from the project GitHub. Select an image to classify.",
77
"Icon": "\uE155",
88
"Tag": "ImageClassifier",
9-
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml",
10-
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs",
9+
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml",
10+
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs",
1111
"Docs": []
1212
},
1313
{
@@ -16,8 +16,8 @@
1616
"Description": "Pick an image and apply a variety of effects powered by Windows AI MachineLearning like Blur, Sharpen, Contrast, and many more.",
1717
"Icon": "\uE155",
1818
"Tag": "ImageEffects",
19-
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageEffects/ImageEffects.xaml",
20-
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageEffects/ImageEffects.xaml.cs",
19+
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageEffects/ImageEffects.xaml",
20+
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageEffects/ImageEffects.xaml.cs",
2121
"Docs": []
2222
},
2323
{
@@ -26,8 +26,8 @@
2626
"Description": "Use this sample to compare inference runtime performace with and without batched inputs. 50 images will be passed through SqueezeNet for classification. Set a batch size and click Start Inference to compare.",
2727
"Icon": "\uE155",
2828
"Tag": "Batching",
29-
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/Batching/Batching.xaml",
30-
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/user/sheilk/winml-samples-gallery/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/Batching/Batching.xaml.cs",
29+
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/Batching/Batching.xaml",
30+
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/Batching/Batching.xaml.cs",
3131
"Docs": [
3232
{
3333
"name": "BatchSizeOverride - API",

0 commit comments

Comments
 (0)