This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new db0852c56 fix(docs): update broken link (#2016)
db0852c56 is described below
commit db0852c5647f9d16aa41fe221a61b012ff3b0ea5
Author: Hyunseok Seo <[email protected]>
AuthorDate: Wed Jul 17 07:10:04 2024 +0900
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 b3749985f..771acd1ed 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