Skip to content

Commit 367be66

Browse files
authored
[Search] Update Snippets (Azure#47723)
1 parent d1ccc62 commit 367be66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/search/Azure.Search.Documents/tests/Samples/Sample01_HelloWorld.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public async Task CreateIndexerAsync()
301301

302302
#region Snippet:Azure_Search_Tests_Samples_CreateIndexerAsync_Skillset
303303
// Translate English descriptions to French.
304-
// See https://docs.microsoft.com/azure/search/cognitive-search-skill-text-translation for details of the Text Translation skill.
304+
// See https://learn.microsoft.com/azure/search/cognitive-search-skill-text-translation for details of the Text Translation skill.
305305
TextTranslationSkill translationSkill = new TextTranslationSkill(
306306
inputs: new[]
307307
{
@@ -319,7 +319,7 @@ public async Task CreateIndexerAsync()
319319
};
320320

321321
// Use the human-translated French description if available; otherwise, use the translated description.
322-
// See https://docs.microsoft.com/azure/search/cognitive-search-skill-conditional for details of the Conditional skill.
322+
// See https://learn.microsoft.com/azure/search/cognitive-search-skill-conditional for details of the Conditional skill.
323323
ConditionalSkill conditionalSkill = new ConditionalSkill(
324324
inputs: new[]
325325
{

0 commit comments

Comments
 (0)