Skip to content

Commit 6a1a5ea

Browse files
gundalowclaude
andcommitted
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>
1 parent f153ae6 commit 6a1a5ea

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

doc/ec2/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Molecule EC2 Plugin
1414
:alt: Python Black Code Style
1515

1616
.. image:: https://img.shields.io/badge/Code%20of%20Conduct-silver.svg
17-
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
17+
:target: https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html
1818
:alt: Ansible Code of Conduct
1919

2020
.. image:: https://img.shields.io/badge/Mailing%20lists-silver.svg
21-
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
21+
:target: https://docs.ansible.com/projects/ansible/latest/community/communication.html#mailing-list-information
2222
:alt: Ansible mailing lists
2323

2424
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
@@ -105,15 +105,15 @@ Then run
105105
export AWS_REGION=us-east-1
106106
107107
You can read more about managing AWS credentials with Ansible modules
108-
in the official documentation of the `Ansible AWS modules <https://docs.ansible.com/ansible/latest/collections/amazon/aws>`_
108+
in the official documentation of the `Ansible AWS modules <https://docs.ansible.com/projects/ansible/latest/collections/amazon/aws/>`_
109109

110110
Documentation
111111
=============
112112

113113
Details on the parameters for the platforms section are detailed in
114114
`<platforms.rst>`__.
115115

116-
Read the molecule documentation and more at https://molecule.readthedocs.io/.
116+
Read the molecule documentation and more at https://docs.ansible.com/projects/molecule/.
117117

118118
.. _get-involved:
119119

@@ -131,7 +131,7 @@ Get Involved
131131
.. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users
132132
.. _`wiki`: https://github.com/ansible/community/wiki/Molecule
133133
.. _`ansible-announce list`: https://groups.google.com/group/ansible-announce
134-
.. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html
134+
.. _`communication page`: https://docs.ansible.com/projects/ansible/latest/community/communication.html
135135

136136
.. _authors:
137137

doc/vagrant/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Molecule Vagrant Plugin
1414
:alt: Python Black Code Style
1515

1616
.. image:: https://img.shields.io/badge/Code%20of%20Conduct-silver.svg
17-
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
17+
:target: https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html
1818
:alt: Ansible Code of Conduct
1919

2020
.. image:: https://img.shields.io/badge/Mailing%20lists-silver.svg
21-
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
21+
:target: https://docs.ansible.com/projects/ansible/latest/community/communication.html#mailing-list-information
2222
:alt: Ansible mailing lists
2323

2424
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
@@ -154,7 +154,7 @@ Get Involved
154154
.. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users
155155
.. _`wiki`: https://github.com/ansible/community/wiki/Molecule
156156
.. _`ansible-announce list`: https://groups.google.com/group/ansible-announce
157-
.. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html
157+
.. _`communication page`: https://docs.ansible.com/projects/ansible/latest/community/communication.html
158158
.. _`scenarios directory`: https://github.com/ansible-community/molecule-vagrant/tree/main/molecule_vagrant/test/scenarios/molecule
159159
.. _authors:
160160

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ openstack = [
115115

116116
[project.urls]
117117
homepage = "https://github.com/ansible-community/molecule-plugins"
118-
documentation = "https://molecule.readthedocs.io/"
118+
documentation = "https://docs.ansible.com/projects/molecule/"
119119
repository = "https://github.com/ansible-community/molecule-plugins"
120120
changelog = "https://github.com/ansible-community/molecule-plugins/releases"
121121

src/molecule_plugins/azure/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Azure(Driver):
3333
Molecule leverages Ansible's `azure_module`_, by mapping variables
3434
from ``molecule.yml`` into ``create.yml`` and ``destroy.yml``.
3535
36-
.. _`azure_module`: https://docs.ansible.com/ansible/latest/guide_azure.html
36+
.. _`azure_module`: https://docs.ansible.com/projects/ansible/latest/guide_azure.html
3737
3838
.. code-block:: yaml
3939

src/molecule_plugins/docker/driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class Docker(Driver):
4141
Molecule leverages Ansible's `docker_network`_ module, by mapping variable
4242
``docker_networks`` into ``create.yml`` and ``destroy.yml``.
4343
44-
.. _`docker_container`: https://docs.ansible.com/ansible/latest/modules/docker_container_module.html
45-
.. _`docker_network`: https://docs.ansible.com/ansible/latest/modules/docker_network_module.html
44+
.. _`docker_container`: https://docs.ansible.com/collections.html
45+
.. _`docker_network`: https://docs.ansible.com/collections.html
4646
.. _`Docker Security Configuration`: https://docs.docker.com/engine/reference/run/#security-configuration
4747
.. _`Docker daemon socket options`: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option
4848

src/molecule_plugins/openstack/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Openstack(Driver):
1616
The class responsible for managing `Openstack`_ instances. `Openstack`_ is
1717
`not` the default driver used in Molecule.
1818
19-
.. _`openstack_collection`: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html
19+
.. _`openstack_collection`: https://docs.ansible.com/projects/ansible/latest/collections/openstack/cloud/index.html
2020
2121
.. code-block:: yaml
2222

src/molecule_plugins/podman/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Podman(Driver):
4545
Molecule uses Podman ansible connector and podman CLI while mapping
4646
variables from ``molecule.yml`` into ``create.yml`` and ``destroy.yml``.
4747
48-
.. _`podman connection`: https://docs.ansible.com/ansible/latest/plugins/connection/podman.html
48+
.. _`podman connection`: https://docs.ansible.com/projects/ansible/latest/plugins/connection/podman.html
4949
5050
.. code-block:: yaml
5151

test/containers/functional/.ansible-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ansible-lint config for functional testing, used to bypass expected metadata
33
# errors in molecule-generated roles. Loaded via the metadata_lint_update
44
# pytest helper. For reference, see "E7xx - metadata" in:
5-
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
5+
# https://docs.ansible.com/projects/lint/rules/
66
skip_list:
77
# metadata/701 - Role info should contain platforms
88
- "701"

test/ec2/functional/.ansible-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ansible-lint config for functional testing, used to bypass expected metadata
33
# errors in molecule-generated roles. Loaded via the metadata_lint_update
44
# pytest helper. For reference, see "E7xx - metadata" in:
5-
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
5+
# https://docs.ansible.com/projects/lint/rules/
66
skip_list:
77
# metadata/701 - Role info should contain platforms
88
- "701"

test/gce/functional/.ansible-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ansible-lint config for functional testing, used to bypass expected metadata
33
# errors in molecule-generated roles. Loaded via the metadata_lint_update
44
# pytest helper. For reference, see "E7xx - metadata" in:
5-
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
5+
# https://docs.ansible.com/projects/lint/rules/
66
skip_list:
77
# metadata/701 - Role info should contain platforms
88
- "701"

0 commit comments

Comments
 (0)