From ebe818745af02783803fa0d60e60f3ce42f85ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Thu, 3 Oct 2024 09:11:28 +0200 Subject: [PATCH] Update CONTRIBUTING.md Fix a typo: INSTALL.md vs install.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 003d8d2954be..d5dd3bd99397 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ A [complete developer guide](https://docs.qgis.org/latest/en/docs/developers_guide/index.html) is also available to explain the development process, the unit testing system and more! -You may also want to consult the build process for QGIS which is fully detailed in the [install guide](install.md). +You may also want to consult the build process for QGIS which is fully detailed in the [install guide](INSTALL.md). ## Bug reporting and bug fixing