From 4da4b70b77daab0a7c87e86392239d3004b089ad Mon Sep 17 00:00:00 2001 From: Kevin Bazira Date: Mon, 2 Dec 2024 15:45:49 +0300 Subject: [PATCH] Fix dead link on PyPI (#52) The README.md file for aisuite uses a relative URL for the Contributing Guide. While this works well on GitHub, it returns a 404 error when visited on PyPI. This change updates the README.md to include an absolute URL for the Contributing Guide that works well on both GitHub and PyPI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7df95..20efd44 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ aisuite is released under the MIT License. You are free to use, modify, and dist ## Contributing -If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md) and join our [Discord](https://discord.gg/T6Nvn8ExSb) server! +If you would like to contribute, please read our [Contributing Guide](https://github.com/andrewyng/aisuite/blob/main/CONTRIBUTING.md) and join our [Discord](https://discord.gg/T6Nvn8ExSb) server! ## Adding support for a provider We have made easy for a provider or volunteer to add support for a new platform.