Skip to content

Commit 184f926

Browse files
fix(docs): convert relative samples/ link to absolute URL
Sphinx and link-check both flag the relative "samples/sample_create_classifier.py" link in the What's New section. Use the reference-style absolute URL pattern matching the other sample links in this README.
1 parent 0b23652 commit 184f926

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sdk/contentunderstanding/azure-ai-contentunderstanding

sdk/contentunderstanding/azure-ai-contentunderstanding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,7 @@ Recent highlights:
670670
analyzers. See the [GitHub Copilot Skills](#github-copilot-skills) section
671671
below.
672672
- **`to_llm_input` helper** for converting `AnalysisResult` into
673-
LLM-friendly Markdown with YAML front matter. See
674-
[`samples/sample_create_classifier.py`](samples/sample_create_classifier.py).
673+
LLM-friendly Markdown with YAML front matter. See [`sample_create_classifier.py`][python_cu_sample_create_classifier].
675674
676675
## GitHub Copilot Skills
677676
@@ -736,6 +735,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
736735
[python_cu_product_docs]: https://learn.microsoft.com/azure/ai-services/content-understanding/
737736
[python_cu_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/contentunderstanding/azure-ai-contentunderstanding/samples
738737
[python_cu_sample_to_llm_input]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/contentunderstanding/azure-ai-contentunderstanding/samples/sample_to_llm_input.py
738+
[python_cu_sample_create_classifier]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/contentunderstanding/azure-ai-contentunderstanding/samples/sample_create_classifier.py
739739
[azure_sub]: https://azure.microsoft.com/free/
740740
[cu_quickstart]: https://learn.microsoft.com/azure/ai-services/content-understanding/quickstart/use-rest-api?tabs=portal%2Cdocument
741741
[cu_region_support]: https://learn.microsoft.com/azure/ai-services/content-understanding/language-region-support

0 commit comments

Comments
 (0)