From 38cda57a9b70969c3152389374b9242f2f437e0b Mon Sep 17 00:00:00 2001 From: JeanExtreme002 Date: Sun, 30 Aug 2026 19:52:04 -0300 Subject: [PATCH] docs: make the README's links absolute for PyPI PyPI renders the README as the project page and does not rewrite relative links: [CONTRIBUTING.md](CONTRIBUTING.md) would resolve against pypi.org and 404. Both now point at the files on GitHub, which is correct from either page. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbe8d17..390ca5e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ itself, so the suite needs no privileges and no second program to launch. ## 🤝 Contributing Pull requests, bug reports and feature ideas are very welcome. Read -[CONTRIBUTING.md](CONTRIBUTING.md) for the development setup, test layout and +[CONTRIBUTING.md](https://github.com/JeanExtreme002/Picklock/blob/main/CONTRIBUTING.md) for the development setup, test layout and the small set of platform-specific quirks to be aware of. ## Related @@ -69,4 +69,4 @@ operating systems at once. ## License -Released under the [MIT License](LICENSE) — free for personal and commercial use. +Released under the [MIT License](https://github.com/JeanExtreme002/Picklock/blob/main/LICENSE) — free for personal and commercial use.