From db0852c5647f9d16aa41fe221a61b012ff3b0ea5 Mon Sep 17 00:00:00 2001 From: Hyunseok Seo Date: Wed, 17 Jul 2024 07:10:04 +0900 Subject: [PATCH] fix(docs): update broken link (#2016) Fix broken link for Mambaforge installation in `CONTRIBUTING.md`. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3749985f7..771acd1ede 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ CMake or other build tool appropriately. However, we primarily develop and support Conda users. [conda]: https://docs.conda.io/en/latest/ -[mambaforge]: https://mamba.readthedocs.io/en/latest/installation.html +[mambaforge]: https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html ### Running Integration Tests