Skip to content

Commit a0a380f

Browse files
author
Matthew Sebolt (Aquent LLC)
committed
validation fix
1 parent 00bc3aa commit a0a380f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/cognitive-services/Content-Moderator/includes/quickstarts/content-moderator-client-library-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following method iterates through the image URLs in a text file, creates an
173173

174174
#### Analyze content
175175

176-
For more information on the image attributes that Content Moderator screens for, see the [Image moderation concepts](./image-moderation-api.md) guide.
176+
For more information on the image attributes that Content Moderator screens for, see the [Image moderation concepts](../../image-moderation-api.md) guide.
177177

178178
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/ContentModerator/Program.cs?name=snippet_imagemod_analyze)]
179179

@@ -183,7 +183,7 @@ For more information on the image attributes that Content Moderator screens for,
183183

184184
## Create a review
185185

186-
You can use the Content Moderator .NET client library to feed content into the [Review tool](https://contentmoderator.cognitive.microsoft.com) so that human moderators can review it. To learn more about the Review tool, see the [Review tool conceptual guide](./review-tool-user-guide/human-in-the-loop.md).
186+
You can use the Content Moderator .NET client library to feed content into the [Review tool](https://contentmoderator.cognitive.microsoft.com) so that human moderators can review it. To learn more about the Review tool, see the [Review tool conceptual guide](../../review-tool-user-guide/human-in-the-loop.md).
187187

188188
The method in this section uses the [Reviews](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.contentmoderator.reviews?view=azure-dotnet) class to create a review, retrieve its ID, and check its details after receiving human input through the Review tool's web portal. It logs all of this information in an output text file. Call the method from your `Main` method:
189189

@@ -273,5 +273,5 @@ In this quickstart, you learned how to use the Content Moderator .NET library to
273273
> [!div class="nextstepaction"]
274274
> [Image moderation concepts](https://docs.microsoft.com/azure/cognitive-services/content-moderator/image-moderation-api)
275275
276-
* [What is Azure Content Moderator?](./overview.md)
276+
* [What is Azure Content Moderator?](../../overview.md)
277277
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/ContentModerator/Program.cs).

articles/cognitive-services/Content-Moderator/includes/quickstarts/content-moderator-client-library-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,5 @@ In this quickstart, you learned how to use the Content Moderator Java library to
197197
> [!div class="nextstepaction"]
198198
>[Image moderation concepts](https://docs.microsoft.com/azure/cognitive-services/content-moderator/image-moderation-api)
199199
200-
* [What is Azure Content Moderator?](./overview.md)
200+
* [What is Azure Content Moderator?](../../overview.md)
201201
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/java/ContentModerator/src/main/java/ContentModeratorQuickstart.java).

articles/cognitive-services/Content-Moderator/includes/quickstarts/content-moderator-client-library-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Then add the following code to iterate through your images. The rest of the code
195195

196196
### Check for adult/racy content
197197

198-
The following code checks the image at the given URL for adult or racy content and prints results to the console. See the [Image moderation concepts](./image-moderation-api.md) guide for information on what these terms mean.
198+
The following code checks the image at the given URL for adult or racy content and prints results to the console. See the [Image moderation concepts](../../image-moderation-api.md) guide for information on what these terms mean.
199199

200200
[!code-python[](~/cognitive-services-quickstart-code/python/ContentModerator/ContentModeratorQuickstart.py?name=snippet_imagemod_ar)]
201201

@@ -289,7 +289,7 @@ Use the following code to delete a given image list.
289289

290290
## Create a review
291291

292-
You can use the Content Moderator Python client library to feed content into the [Review tool](https://contentmoderator.cognitive.microsoft.com) so that human moderators can review it. To learn more about the Review tool, see the [Review tool conceptual guide](./review-tool-user-guide/human-in-the-loop.md).
292+
You can use the Content Moderator Python client library to feed content into the [Review tool](https://contentmoderator.cognitive.microsoft.com) so that human moderators can review it. To learn more about the Review tool, see the [Review tool conceptual guide](../../review-tool-user-guide/human-in-the-loop.md).
293293

294294
The following code uses the [ReviewsOperations](https://docs.microsoft.com/python/api/azure-cognitiveservices-vision-contentmoderator/azure.cognitiveservices.vision.contentmoderator.operations.reviewsoperations?view=azure-python) class to create a review, retrieve its ID, and check its details after receiving human input through the Review tool's web portal.
295295

@@ -348,5 +348,5 @@ In this quickstart, you learned how to use the Content Moderator Python library
348348
> [!div class="nextstepaction"]
349349
>[Image moderation concepts](https://docs.microsoft.com/azure/cognitive-services/content-moderator/image-moderation-api)
350350
351-
* [What is Azure Content Moderator?](./overview.md)
351+
* [What is Azure Content Moderator?](../../overview.md)
352352
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ContentModerator/ContentModeratorQuickstart.py).

0 commit comments

Comments
 (0)