Fix links to docs

This commit is contained in:
Patrick Robertson
2025-02-12 11:41:54 +00:00
parent 460a71649c
commit d776be8a81
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ If youd like to fix a bug or improve existing code:
If you want to add a new module to Auto Archiver: 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. 2. Write clear documentation explaining what your module does and how to use it.
3. Ideally, include unit tests for your module! 3. Ideally, include unit tests for your module!
4. Follow the steps in Section 2 to submit a pull request. 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! 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.
------------------ ------------------

View File

@@ -33,5 +33,5 @@ Or pip:
## Contributing ## 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!