Skip to content

Commit 82344ab

Browse files
docs: fix broken link in FAQ (metrics tracing) (#2238)
This PR fixes a broken link in the FAQ section of the documentation. - Old link: /howtos/customizations/metrics/tracing/ - New link: https://docs.ragas.io/en/stable/howtos/customizations/metrics/tracing/ Closes #2140
1 parent 9111fdf commit 82344ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Ragas is a library that provides tools to supercharge the evaluation of Large La
5656

5757
<div class="toggle-list"><span class="arrow">→</span> How can I make evaluation results more explainable?</div>
5858
<div style="display: none;">
59-
The best way is to trace and log your evaluation, then inspect the results using LLM traces. You can follow a detailed example of this process <a href="/howtos/customizations/metrics/tracing/">here</a>.
59+
The best way is to trace and log your evaluation, then inspect the results using LLM traces. You can follow a detailed example of this process <a href="./howtos/customizations/metrics/tracing/">here</a>.
6060
</div>
6161

6262
<script>

0 commit comments

Comments
 (0)