From 14902dc3ed63a119620f21c8470ac3602a8ebaad Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 15 Jul 2026 13:42:15 +0000 Subject: [PATCH] CONTRIBUTING.md - Fix link to corresponding docs section This old link caused a 404 with the docs, having the .html suffix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f574f4..8b51dbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ Contributing ============ -Please see the [project documentation](http://zarr.readthedocs.io/en/stable/contributing.html) for information about contributing to Zarr. +Please see the [project documentation](http://zarr.readthedocs.io/en/stable/contributing) for information about contributing to Zarr.