Skip to content

Commit 07ed1a9

Browse files
committed
fix links
1 parent cb0a5aa commit 07ed1a9

8 files changed

+11
-11
lines changed

articles/ai-studio/.openpublishing.redirection.ai-studio.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
"redirect_document_id": true
127127
},
128128
{
129-
"source_path": "articles/ai-studio/how-to/develop/evaluate-flow-results.md",
130-
"redirect_url": "/azure/ai-studio/how-to/develop/evaluate-results",
129+
"source_path": "articles/ai-studio/how-to/evaluate-flow-results.md",
130+
"redirect_url": "/azure/ai-studio/how-to/evaluate-results",
131131
"redirect_document_id": true
132132
}
133133
]

articles/ai-studio/concepts/evaluation-approach-gen-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ After assessing your applications, flows, or data from any of these channels, yo
101101

102102
- [Evaluate your generative AI apps via the playground](../how-to/evaluate-prompts-playground.md)
103103
- [Evaluate your generative AI apps with the Azure AI Studio or SDK](../how-to/evaluate-generative-ai-app.md)
104-
- [View the evaluation results](../how-to/evaluate-flow-results.md)
104+
- [View the evaluation results](../how-to/evaluate-results.md)
105105
- [Transparency Note for Azure AI Studio safety evaluations](safety-evaluations-transparency-note.md)

articles/ai-studio/concepts/evaluation-improvement-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ We recommend implementing the following user-centered design and user experience
139139

140140
- [Evaluate your generative AI apps via the playground](../how-to/evaluate-prompts-playground.md)
141141
- [Evaluate your generative AI apps with the Azure AI Studio or SDK](../how-to/evaluate-generative-ai-app.md)
142-
- [View the evaluation results](../how-to/evaluate-flow-results.md)
142+
- [View the evaluation results](../how-to/evaluate-results.md)

articles/ai-studio/concepts/evaluation-metrics-built-in.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The risk and safety metrics draw on insights gained from our previous Large Lang
109109
- Direct attack jailbreak
110110
- Protected material content
111111

112-
You can measure these risk and safety metrics on your own data or test dataset through redteaming or on a synthetic test dataset generated by [our adversarial simulator](../how-to/develop/simulator-interaction-data.md). This will output an annotated test dataset with content risk severity levels (very low, low, medium, or high) and [view your results in Azure AI ](../how-to/evaluate-flow-results.md), which provide you with overall defect rate across whole test dataset and instance view of each content risk label and reasoning.
112+
You can measure these risk and safety metrics on your own data or test dataset through redteaming or on a synthetic test dataset generated by [our adversarial simulator](../how-to/develop/simulator-interaction-data.md). This will output an annotated test dataset with content risk severity levels (very low, low, medium, or high) and [view your results in Azure AI ](../how-to/evaluate-results.md), which provide you with overall defect rate across whole test dataset and instance view of each content risk label and reasoning.
113113

114114
### Evaluating jailbreak vulnerability
115115

@@ -576,7 +576,7 @@ This rating value should always be an integer between 1 and 5. So the rating pro
576576
## Next steps
577577

578578
- [Evaluate your generative AI apps via the playground](../how-to/evaluate-prompts-playground.md)
579-
- [Evaluate with the Azure AI evaluate SDK](../how-to/evaluate-sdk.md)
579+
- [Evaluate with the Azure AI evaluate SDK](../how-to/develop/evaluate-sdk.md)
580580
- [Evaluate your generative AI apps with the Azure AI Studio](../how-to/evaluate-generative-ai-app.md)
581-
- [View the evaluation results](../how-to/evaluate-flow-results.md)
581+
- [View the evaluation results](../how-to/evaluate-results.md)
582582
- [Transparency Note for Azure AI Studio safety evaluations](safety-evaluations-transparency-note.md)

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,6 @@ result = evaluate(
466466
- [Azure Python reference documentation](https://aka.ms/azureaieval-python-ref)
467467
- [Learn more about the evaluation metrics](../../concepts/evaluation-metrics-built-in.md)
468468
- [Learn more about simulating test datasets for evaluation](./simulator-interaction-data.md)
469-
- [View your evaluation results in Azure AI Studio](../../how-to/evaluate-flow-results.md)
469+
- [View your evaluation results in Azure AI Studio](../../how-to/evaluate-results.md)
470470
- [Get started building a chat app using the Azure AI SDK](../../quickstarts/get-started-code.md)
471471
- [Get started with evaluation samples](https://aka.ms/aistudio/eval-samples)

articles/ai-studio/how-to/evaluate-generative-ai-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ You can select the evaluator name to see more details. You can see the name, des
181181
Learn more about how to evaluate your generative AI applications:
182182

183183
- [Evaluate your generative AI apps via the playground](./evaluate-prompts-playground.md)
184-
- [View the evaluation results](./evaluate-flow-results.md)
184+
- [View the evaluation results](./evaluate-results.md)
185185
- Learn more about [harm mitigation techniques](../concepts/evaluation-improvement-strategies.md).
186186
- [Transparency Note for Azure AI Studio safety evaluations](../concepts/safety-evaluations-transparency-note.md).

articles/ai-studio/how-to/evaluate-prompts-playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ You can also compare the thumbs up and down ratings across your different manual
8181

8282
Learn more about how to evaluate your generative AI applications:
8383
- [Evaluate your generative AI apps with the Azure AI Studio or SDK](./evaluate-generative-ai-app.md)
84-
- [View the evaluation results](./evaluate-flow-results.md)
84+
- [View the evaluation results](./evaluate-results.md)
8585

8686
Learn more about [harm mitigation techniques](../concepts/evaluation-improvement-strategies.md).

articles/ai-studio/tutorials/copilot-sdk-evaluate-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can also look at the individual rows and see metric scores per row, and view
144144
145145
:::image type="content" source="../media/tutorials/develop-rag-copilot-sdk/eval-studio-rows.png" alt-text="Screenshot shows rows of evaluation results in Azure AI Studio.":::
146146
147-
For more information about evaluation results in AI Studio, see [How to view evaluation results in AI Studio](../how-to/evaluate-flow-results.md).
147+
For more information about evaluation results in AI Studio, see [How to view evaluation results in AI Studio](../how-to/evaluate-results.md).
148148
149149
Now that you verified your chat app behaves as expected, you're ready to deploy your application.
150150

0 commit comments

Comments
 (0)