docs: Migrate RTD URLs to docs.ansible.com - #349
Draft
gundalow wants to merge 4 commits into
Draft
Conversation
🤖 Generated with Claude Code https://claude.ai/code Co-Authored-By: Claude <noreply@anthropic.com>
gundalow
force-pushed
the
fix-rtd-url-migration
branch
from
November 11, 2025 19:33
03852fb to
6a1a5ea
Compare
ziegenberg
requested changes
Jul 8, 2026
ziegenberg
left a comment
Contributor
There was a problem hiding this comment.
Hi @gundalow,
Do you mind making one small change?
Comment on lines
+44
to
+45
| .. _`docker_container`: https://docs.ansible.com/collections.html | ||
| .. _`docker_network`: https://docs.ansible.com/collections.html |
Contributor
There was a problem hiding this comment.
This should probably point here:
Suggested change
| .. _`docker_container`: https://docs.ansible.com/collections.html | |
| .. _`docker_network`: https://docs.ansible.com/collections.html | |
| .. _`docker_container`: https://docs.ansible.com/projects/ansible/latest/collections/community/docker/docker_container_module.html | |
| .. _`docker_network`: https://docs.ansible.com/projects/ansible/latest/collections/community/docker/docker_network_module.html |
Contributor
|
Hi @gundalow, You need to sign your original commit for the checks to succeed. And there's a small change I requested. If it's okay with you, I can do this for you and get it merged. Greetings, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates
readthedocs.ioURLs to theirdocs.ansible.comequivalents with proper anchor preservation.Changes (20 URLs updated)
Technical Details
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com