File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/search/Azure.Search.Documents/tests/Samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments