From da4d098c4d3fda0dce3e6811776c2d11fb9ff341 Mon Sep 17 00:00:00 2001 From: sanjayananthamurthy <139238878+sanjayananthamurthy@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:57:51 +0530 Subject: [PATCH 1/2] Fix link to complete working sample in documentation --- .../evaluation-evaluators/general-purpose-evaluators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md b/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md index 935f582d5c..791e611223 100644 --- a/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md +++ b/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md @@ -315,7 +315,7 @@ if __name__ == "__main__": main() ``` -For more details, see the [complete working sample.](https://github.com/Azure/azure-sdk-for-python/blob/evaluation_samples_graders/sdk/ai/azure-ai-projects/samples/evaluation/agentic_evaluators/sample_coherence.py) +For more details, see the [complete working sample.](https://github.com/Azure/azure-sdk-for-python/blob/evaluation_samples_graders/sdk/ai/azure-ai-projects/samples/evaluations/agentic_evaluators/sample_coherence.py) ::: moniker-end From fa83a5d492a3de195b76c9fa2c4017aab1ad3b17 Mon Sep 17 00:00:00 2001 From: Kristine Toliver Date: Fri, 21 Nov 2025 08:38:46 -0800 Subject: [PATCH 2/2] Update general-purpose-evaluators.md --- .../evaluation-evaluators/general-purpose-evaluators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md b/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md index 791e611223..711cfda52d 100644 --- a/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md +++ b/articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md @@ -315,7 +315,7 @@ if __name__ == "__main__": main() ``` -For more details, see the [complete working sample.](https://github.com/Azure/azure-sdk-for-python/blob/evaluation_samples_graders/sdk/ai/azure-ai-projects/samples/evaluations/agentic_evaluators/sample_coherence.py) +For more details, see the [complete working sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/evaluations/agentic_evaluators/sample_coherence.py). ::: moniker-end