Skip to content

Commit 480b569

Browse files
authored
Merge pull request #51065 from aktsuda/patch-6
Update csharp.md
2 parents 4869817 + de5cb5a commit 480b569

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Ink-Recognizer/quickstarts

1 file changed

+2
-2
lines changed

articles/cognitive-services/Ink-Recognizer/quickstarts/csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The source code for this quickstart can be found on [GitHub](https://go.microsof
3434
3. Search for `Newtonsoft.Json` and install the package
3535
- If you are using Linux/MacOS, this application can be ran using [Mono](https://www.mono-project.com/).
3636

37-
- The example ink stroke data for this quickstart can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/dotnet/InkRecognition/quickstart/example-ink-strokes.json).
37+
- The example ink stroke data for this quickstart can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/dotnet/Vision/InkRecognition/quickstart/example-ink-strokes.json).
3838

3939
### Create an Ink Recognizer resource
4040

@@ -85,7 +85,7 @@ Create a function called `LoadJson()` to load the ink data JSON file. Use a `Str
8585

8686
## Run the application and view the response
8787

88-
Run the application. A successful response is returned in JSON format. You can also find the JSON response on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/dotnet/InkRecognition/quickstart/example-response.json).
88+
Run the application. A successful response is returned in JSON format. You can also find the JSON response on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/dotnet/Vision/InkRecognition/quickstart/example-response.json).
8989

9090

9191
## Next steps

0 commit comments

Comments
 (0)