From fa1bb9ae002c6e60ff3e0a40b29a2444bedae4e3 Mon Sep 17 00:00:00 2001 From: IAN MILLER <75687988+r3v5@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:09:44 +0100 Subject: [PATCH] docs: fix typo and link self loop for index.html#running-tests (#2777) # What does this PR do? This PR fixes typo "here here" and self loop link at [https://llama-stack.readthedocs.io/en/latest/contributing/index.html#tests/README.md](https://llama-stack.readthedocs.io/en/latest/contributing/index.html#tests/README.md) Closes #2762 ## Test Plan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 304c4dd26..75b29213c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,7 +112,7 @@ uv run pre-commit run --all-files ## Running tests -You can find the Llama Stack testing documentation here [here](tests/README.md). +You can find the Llama Stack testing documentation [here](https://github.com/meta-llama/llama-stack/blob/main/tests/README.md). ## Adding a new dependency to the project