Skip to content

Commit 08886ad

Browse files
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) <noreply@anthropic.com>
1 parent 1e957ef commit 08886ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ conda install -c conda-forge datajoint
8585

8686
## Contributing
8787

88-
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.
88+
See [CONTRIBUTING.md](https://github.com/datajoint/datajoint-python/blob/master/CONTRIBUTING.md) for development setup and guidelines.

0 commit comments

Comments
 (0)