diff --git a/docs/docs/confident-ai-testing-n-evaluation-test-run.mdx b/docs/docs/confident-ai-testing-n-evaluation-test-run.mdx index 63aeee34..80e8d765 100644 --- a/docs/docs/confident-ai-testing-n-evaluation-test-run.mdx +++ b/docs/docs/confident-ai-testing-n-evaluation-test-run.mdx @@ -34,7 +34,7 @@ There are two mandatory and one optional arguments when calling the `confident_e - `disable_browser_opening`: a boolean which when set to `True`, will disable the auto-opening of the browser, which brings you to the experiment page of `experiment_name`. :::tip -You can also provide a [`name` when creating an `LLMTestCase`](evaluation-test-cases#name). This is particularly useful if you're importing test cases from an external datasource and would like a way to label, identify and search for them on Confident AI. +You can also provide a [`name` when creating an `LLMTestCase`](evaluation-test-cases#labeling-test-cases-for-confident-ai). This is particularly useful if you're importing test cases from an external datasource and would like a way to label, identify and search for them on Confident AI. ::: ## Running A Test Run via `deepeval`