From 43c6e18973d1a4e2c9036db5e2d198f5e66e427a Mon Sep 17 00:00:00 2001 From: Anirudh Kamath Date: Wed, 11 Dec 2024 16:38:59 +0530 Subject: [PATCH] Added the correct links to the README file for Documentation and Developers' Guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5ce152..b52f763 100755 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ We are using pre-commit configuration file to define our hooks. You can find the - Some hooks automatically fix/format your files to specific standards. If you see that some of your files have been changed after a commit, don't worry! It's just `pre-commit` doing its job. Add the changes and commit them again. -For more details on how to contribute, visit the [Developer Guide](https://osipi.github.io/pypi/contribution/#making-a-pull-request-pr-to-the-osipi-package). +For more details on how to contribute, visit the [Developer Guide](https://osipi.github.io/osipi/contribution/). #### As mentioned before, this project is still in the early stages of development. If you'd like to contribute by adding functionality, we recommend opening an issue first to discuss your proposed functionality and the best ways to implement it. ## Details -For more detail please see the [documentation](https://osipi.github.io/pypi/). +For more detail please see the [documentation](https://osipi.github.io/osipi/).