From 8f4c2189c748dcf391e0f7838ba68dc00b3d446e Mon Sep 17 00:00:00 2001 From: Hoel Bagard Date: Thu, 29 Feb 2024 18:57:56 +0900 Subject: [PATCH] docs: fix mkdocs local link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51e664b3e8f35..bebe318c49b72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -316,7 +316,7 @@ To preview any changes to the documentation locally: ``` The documentation should then be available locally at -[http://127.0.0.1:8000/docs/](http://127.0.0.1:8000/docs/). +[http://127.0.0.1:8000/ruff/](http://127.0.0.1:8000/ruff/). ## Release Process