From d776be8a817683c4e2b5db4bb2756eda6001f373 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Wed, 12 Feb 2025 11:41:54 +0000 Subject: [PATCH] Fix links to docs --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81977b5..7e71f82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If you’d like to fix a bug or improve existing code: If you want to add a new module to Auto Archiver: -1. Ensure your module follows the existing [coding style and project structure](https://auto-archiver.readthedocs.io/en/development/creating_modules.html). +1. Ensure your module follows the existing [coding style and project structure](https://auto-archiver.readthedocs.io/en/latest/development/creating_modules.html). 2. Write clear documentation explaining what your module does and how to use it. 3. Ideally, include unit tests for your module! 4. Follow the steps in Section 2 to submit a pull request. @@ -42,7 +42,7 @@ If you have any questions about how the source code works or need help using Aut We welcome contributions to the documentation! -📖 Please read [Contributing to the Auto Archiver Documentation](https://auto-archiver.readthedocs.io/en/development/docs.html) to learn how you can help improve the project's documentation. +📖 Please read [Contributing to the Auto Archiver Documentation](https://auto-archiver.readthedocs.io/en/latest/development/docs.html) to learn how you can help improve the project's documentation. ------------------ diff --git a/README.md b/README.md index 76ee789..2ef3aea 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ Or pip: ## Contributing -We welcome contributions to the Auto Archiver project! See the [Contributing Guide](https://auto-archiver.readthedocs.io/en/contributing.html) for how to get involved! +We welcome contributions to the Auto Archiver project! See the [Contributing Guide](https://auto-archiver.readthedocs.io/en/latest/contributing.html) for how to get involved!