From 8358c70b9b2ca2f8d526ecdda48e55a93dae3eed Mon Sep 17 00:00:00 2001 From: Prakhar-Shankar Date: Mon, 10 Mar 2025 12:35:04 +0530 Subject: [PATCH] Changed the link to - https://github.com/openzim/_python-bootstrap/blob/main/docs/Developer-Setup.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7451863..55300cd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ git clone git@github.com:kiwix/gutenberg.git cd gutenberg ``` -If you do not already have it on your system, install `hatch` to build the software and manage virtual environments (you might be interested by our detailed [Developer Setup](https://github.com/openzim/_python-bootstrap/wiki/Developer-Setup) as well). +If you do not already have it on your system, install `hatch` to build the software and manage virtual environments (you might be interested by our detailed [Developer Setup](https://github.com/openzim/_python-bootstrap/blob/main/docs/Developer-Setup.md) as well). ```bash pip3 install hatch