From c9c98c4fe350fc66d442737ac3b978387fb436e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=ABl=20Bagard?= <34478245+hoel-bagard@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:35:10 +0900 Subject: [PATCH] Fix mkdocs local link (#10167) --- 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