From 08886adbb8b9a7afc1dbe26c358eecdc3a8593c5 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Thu, 2 Apr 2026 10:08:44 -0500 Subject: [PATCH] fix: use absolute URL for CONTRIBUTING.md link in README Relative link works on GitHub but breaks on PyPI, which renders the README without access to other repo files. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b18b248..ababfd187 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ conda install -c conda-forge datajoint ## Contributing -See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines. +See [CONTRIBUTING.md](https://github.com/datajoint/datajoint-python/blob/master/CONTRIBUTING.md) for development setup and guidelines.