docs: migrate RTD URLs to docs.ansible.com (#16189)

* docs: update readthedocs.io URLs to docs.ansible.com equivalents

🤖 Generated with Claude Code
https://claude.ai/code

Co-Authored-By: Claude <noreply@anthropic.com>

* Update Bullhorn newsletter link in communication docs

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
John Barker
2026-01-15 12:27:47 +00:00
committed by GitHub
parent fee71b8917
commit 75aba0f62d
16 changed files with 23 additions and 23 deletions

View File

@@ -12,8 +12,8 @@ The page you are looking for is not in the current AWX documentation.
You can find different versions of the AWX documentation by opening the Read the Docs fly out menu at the bottom right.
For your convenience, here are some links:
* `AWX latest <https://ansible.readthedocs.io/projects/awx/en/latest/>`_ documentation, includes release notes and known issues, contributor's guide, and API reference.
* `AWX 24.6.1 <https://ansible.readthedocs.io/projects/awx/en/24.6.1/>`_ documentation, includes release notes, contributor's guide, AWX quickstart, user guide, API reference, and administrator guide.
* `AWX latest <https://docs.ansible.com/projects/awx/en/latest/>`_ documentation, includes release notes and known issues, contributor's guide, and API reference.
* `AWX 24.6.1 <https://docs.ansible.com/projects/awx/en/24.6.1/>`_ documentation, includes release notes, contributor's guide, AWX quickstart, user guide, API reference, and administrator guide.
If you have more questions or still can't find the docs you're looking for, join the `Ansible Forum <https://forum.ansible.com>`_.
Here are some useful links for AWX users:

View File

@@ -22,7 +22,7 @@ Join the `Ansible Forum <https://forum.ansible.com>`_ as a single starting point
* `Get Help <https://forum.ansible.com/c/help/6>`_: get help or help others. Please add appropriate tags if you start new discussions, for example `awx`, `ee`, and `documentation`.
* `Posts tagged with 'awx' <https://forum.ansible.com/tag/awx>`_: subscribe to participate in project/technology-related conversations. There are other related tags in the forum you can use.
* `Bullhorn newsletter <https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn>`_: used to announce releases and important changes.
* `Bullhorn newsletter <https://docs.ansible.com/projects/ansible/latest/community/communication.html#the-bullhorn>`_: used to announce releases and important changes.
* `Social Spaces <https://forum.ansible.com/c/chat/4>`_: gather and interact with fellow enthusiasts.
* `News & Announcements <https://forum.ansible.com/c/news/5>`_: track project-wide announcements including social events.

View File

@@ -18,7 +18,7 @@ Fixing and updating the documentation are always appreciated, so reviewing the b
Things to know prior to submitting revisions
----------------------------------------------
- Please follow the `Ansible code of conduct <http://docs.ansible.com/ansible/latest/community/code_of_conduct.html>`_ in all your interactions with the community.
- Please follow the `Ansible code of conduct <https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html>`_ in all your interactions with the community.
- All doc revisions or additions are done through pull requests against the ``devel`` branch.
- You must use ``git commit --signoff`` for any commit to be merged, and agree that usage of ``--signoff`` constitutes agreement with the terms of `DCO 1.1 <https://github.com/ansible/awx/blob/devel/DCO_1_1.md>`_.
- Take care to make sure no merge commits are in the submission, and use ``git rebase`` vs ``git merge`` for this reason.