From 319e08e7ee6bbea5e050342ee10ab8b97d410851 Mon Sep 17 00:00:00 2001 From: liwenjun-dev Date: Wed, 25 Mar 2026 02:45:47 +0000 Subject: [PATCH] docs: fix broken mkdocs link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49840fa7..dd21ae76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Use of pre-commit is recommended: $ uv run precommit install -Documentation is published with [mkdocs](): +Documentation is published with [mkdocs](https://www.mkdocs.org/): ```shell $ uv pip install -r requirements-docs.txt