From d13cc08efab32a8bd162e88bfdf7077efdc96ba8 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:35:22 +0100 Subject: [PATCH] [PR #11081/e8bdf466 backport][stable-12] Migrate 1 RTD URLs to docs.ansible.com (#11082) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrate 1 RTD URLs to docs.ansible.com (#11081) Migrate RTD URLs to docs.ansible.com Updated 1 ansible.readthedocs.io URLs to docs.ansible.com equivalents as part of the Read the Docs migration. 🤖 Generated with Claude Code https://claude.ai/code (cherry picked from commit e8bdf46627ec438228cb60dd5a88021d66f51b54) Co-authored-by: John Barker Co-authored-by: Claude --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8b5229243..69043ebef9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ If you find any inconsistencies or places in this document which can be improved ## Format code; and run sanity or unit tests locally (with antsibull-nox) -The easiest way to format the code, and to run sanity and unit tests locally is to use [antsibull-nox](https://ansible.readthedocs.io/projects/antsibull-nox/). +The easiest way to format the code, and to run sanity and unit tests locally is to use [antsibull-nox](https://docs.ansible.com/projects/antsibull-nox/). (If you have [nox](https://nox.thea.codes/en/stable/) installed, it will automatically install antsibull-nox in a virtual environment for you.) ### Format code