From 1236df474e600318fd3c5bde74bf143b88622bc0 Mon Sep 17 00:00:00 2001 From: Randy <177127055+RandyTheOtter@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:27:44 +0000 Subject: [PATCH] CONTRIBUTING.md : fix links Fix links to "How to edit the documentation" and "reStructuredText documentation style guide" --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ff9ca88..d249e0aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,11 @@ Thank you for your interest in contributing to `qubes-doc`, the Qubes OS Project's dedicated documentation repository! Please see [how to edit the -documentation](https://doc.qubes-os.org/developer/general/how-to-edit-the-rst-documentation.html) for +documentation](https://doc.qubes-os.org/en/latest/developer/general/how-to-edit-the-rst-documentation.html) for detailed contribution instructions. In addition, please take a moment to read our [documentation style -guide](https://doc.qubes-os.org/developer/general/rst-documentation-style-guide.html) before +guide](https://doc.qubes-os.org/en/latest/developer/general/rst-documentation-style-guide.html) before contributing. These guidelines are important to maintaining high standards of quality, and following them will increase the likelihood that your contribution will be accepted.