From 8c2791487fad9f038dfbc66a343804df181b0be1 Mon Sep 17 00:00:00 2001 From: r3v5 Date: Wed, 16 Jul 2025 13:21:34 +0100 Subject: [PATCH] docs: fixed typo and link self loop for index.html#running-tests --- 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