Skip to content

Commit cc52a83

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 <[email protected]>
1 parent a4f2a0d commit cc52a83

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,18 +638,18 @@ Release Summary
638638
Maintenance release.
639639

640640
From this version on, community.dns is using the new `Ansible semantic markup
641-
<https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
641+
<https://docs.ansible.com/projects/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
642642
in its documentation. If you look at documentation with the ansible-doc CLI tool
643643
from ansible-core before 2.15, please note that it does not render the markup
644644
correctly. You should be still able to read it in most cases, but you need
645645
ansible-core 2.15 or later to see it as it is intended. Alternatively you can
646-
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/dns/>`__
646+
look at `the devel docsite <https://docs.ansible.com/projects/ansible/devel/collections/community/dns/>`__
647647
for the rendered HTML version of the documentation of the latest release.
648648

649649
Known Issues
650650
------------
651651

652-
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/dns/.
652+
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/projects/ansible/devel/collections/community/dns/.
653653

654654
v2.5.5
655655
======

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ SPDX-License-Identifier: GPL-3.0-or-later
66

77
# Community Code of Conduct
88

9-
Please see the official [Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
9+
Please see the official [Ansible Community Code of Conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html).

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
55
-->
66

77
# Community DNS Collection
8-
[![Documentation](https://img.shields.io/badge/docs-brightgreen.svg)](https://docs.ansible.com/ansible/devel/collections/community/dns/)
8+
[![Documentation](https://img.shields.io/badge/docs-brightgreen.svg)](https://docs.ansible.com/projects/ansible/devel/collections/community/dns/)
99
[![CI](https://github.com/ansible-collections/community.dns/actions/workflows/nox.yml/badge.svg?branch=main)](https://github.com/ansible-collections/community.dns/actions)
1010
[![Public Suffix List up-to-date](https://github.com/ansible-collections/community.dns/actions/workflows/check-psl.yml/badge.svg?branch=main)](https://github.com/ansible-collections/community.dns/actions/workflows/check-psl.yml)
1111
[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.dns)](https://codecov.io/gh/ansible-collections/community.dns)
@@ -17,9 +17,9 @@ Please note that this collection does **not** support Windows targets.
1717

1818
## Code of Conduct
1919

20-
We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
20+
We follow [Ansible Code of Conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
2121

22-
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
22+
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
2323

2424
## Communication
2525

@@ -29,9 +29,9 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https:
2929
* [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
3030
* [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
3131

32-
* The Ansible [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
32+
* The Ansible [Bullhorn newsletter](https://docs.ansible.com/projects/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
3333

34-
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
34+
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/projects/ansible/devel/community/communication.html).
3535

3636
## Tested with Ansible
3737

@@ -43,9 +43,9 @@ Depends on the plugin or module used.
4343

4444
## Collection Documentation
4545

46-
Browsing the [**latest** collection documentation](https://docs.ansible.com/ansible/latest/collections/community/dns) will show docs for the _latest version released in the Ansible package_, not the latest version of the collection released on Galaxy.
46+
Browsing the [**latest** collection documentation](https://docs.ansible.com/projects/ansible/latest/collections/community/dns/) will show docs for the _latest version released in the Ansible package_, not the latest version of the collection released on Galaxy.
4747

48-
Browsing the [**devel** collection documentation](https://docs.ansible.com/ansible/devel/collections/community/dns) shows docs for the _latest version released on Galaxy_.
48+
Browsing the [**devel** collection documentation](https://docs.ansible.com/projects/ansible/devel/collections/community/dns/) shows docs for the _latest version released on Galaxy_.
4949

5050
We also separately publish [**latest commit** collection documentation](https://ansible-collections.github.io/community.dns/branch/main/) which shows docs for the _latest commit in the `main` branch_.
5151

@@ -98,23 +98,23 @@ collections:
9898
- name: community.dns
9999
```
100100
101-
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
101+
See [Ansible Using collections](https://docs.ansible.com/projects/ansible/latest/user_guide/collections_using.html) for more details.
102102
103103
## Contributing to this collection
104104
105-
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATH`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.
105+
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATH`](https://docs.ansible.com/projects/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.
106106

107107
See [TESTING.md](https://github.com/ansible-collections/community.dns/tree/main/TESTING.md) for information on running the tests.
108108

109-
You can find more information in the [developer guide for collections](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections), and in the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html).
109+
You can find more information in the [developer guide for collections](https://docs.ansible.com/projects/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections), and in the [Ansible Community Guide](https://docs.ansible.com/projects/ansible/latest/community/index.html).
110110

111111
## Release notes
112112

113113
See the [changelog](https://github.com/ansible-collections/community.dns/tree/main/CHANGELOG.md).
114114

115115
## Releasing, Versioning and Deprecation
116116

117-
This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#collection-versions).
117+
This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_collections.html#collection-versions).
118118

119119
We plan to regularly release new minor or bugfix versions once new features or bugfixes have been implemented.
120120

@@ -125,11 +125,11 @@ We currently are not planning any deprecations or new major releases like 2.0.0
125125
## More information
126126

127127
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
128-
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
129-
- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
130-
- [Antsibull-nox documentation](https://ansible.readthedocs.io/projects/antsibull-nox/)
128+
- [Ansible User guide](https://docs.ansible.com/projects/ansible/latest/user_guide/index.html)
129+
- [Ansible Developer guide](https://docs.ansible.com/projects/ansible/latest/dev_guide/index.html)
130+
- [Antsibull-nox documentation](https://docs.ansible.com/projects/antsibull-nox/)
131131
- [Ansible Collections Checklist](https://github.com/ansible-collections/overview/blob/master/collection_requirements.rst)
132-
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
132+
- [Ansible Community code of conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html)
133133
- [The Bullhorn (the Ansible Contributor newsletter)](https://us19.campaign-archive.com/home/?u=56d874e027110e35dea0e03c1&id=d6635f5420)
134134
- [Changes impacting Contributors](https://github.com/ansible-collections/overview/issues/45)
135135

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TODO: Use nox for this
2525

2626
## Running nox based sanity tests and code formatting
2727

28-
These tests require [`nox` (version 2025.02.09 or greater)](https://pypi.org/project/nox) and [`antsibull-nox`](https://pypi.org/project/antsibull-nox/). Note that running `nox` without `antsibull-nox` present will automatically create a venv that installs all needed requirements. You can also use `pipx run noxfile.py` or similar Python runners; they detect the script metadata in `noxfile.py` and will automatically install `nox` and `antsibull-nox`. Details can be found [on the antsibull-nox Getting Started page](https://ansible.readthedocs.io/projects/antsibull-nox/getting-started/#running-tests).
28+
These tests require [`nox` (version 2025.02.09 or greater)](https://pypi.org/project/nox) and [`antsibull-nox`](https://pypi.org/project/antsibull-nox/). Note that running `nox` without `antsibull-nox` present will automatically create a venv that installs all needed requirements. You can also use `pipx run noxfile.py` or similar Python runners; they detect the script metadata in `noxfile.py` and will automatically install `nox` and `antsibull-nox`. Details can be found [on the antsibull-nox Getting Started page](https://docs.ansible.com/projects/antsibull-nox/getting-started/#running-tests).
2929

3030
Run `nox -e lint` to run all sanity tests, including code formatting.
3131

changelogs/changelog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,13 +625,13 @@ releases:
625625
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core
626626
before 2.15. If you have trouble deciphering the documentation markup, please
627627
upgrade to ansible-core 2.15 (or newer), or read the HTML documentation
628-
on https://docs.ansible.com/ansible/devel/collections/community/dns/.
628+
on https://docs.ansible.com/projects/ansible/devel/collections/community/dns/
629629
release_summary: 'Maintenance release.
630630
631631
632632
From this version on, community.dns is using the new `Ansible semantic markup
633633
634-
<https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
634+
<https://docs.ansible.com/projects/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
635635
636636
in its documentation. If you look at documentation with the ansible-doc CLI
637637
tool
@@ -643,7 +643,7 @@ releases:
643643
ansible-core 2.15 or later to see it as it is intended. Alternatively you
644644
can
645645
646-
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/dns/>`__
646+
look at `the devel docsite <https://docs.ansible.com/projects/ansible/devel/collections/community/dns/>`__
647647
648648
for the rendered HTML version of the documentation of the latest release.
649649

galaxy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
44
# SPDX-License-Identifier: GPL-3.0-or-later
55

6-
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
6+
# See https://docs.ansible.com/projects/ansible/latest/dev_guide/collections_galaxy_meta.html
77

88
namespace: community
99
name: dns
@@ -24,10 +24,10 @@ tags:
2424
- hosttech
2525
- hetzner
2626
repository: https://github.com/ansible-collections/community.dns
27-
documentation: https://docs.ansible.com/ansible/devel/collections/community/dns/
27+
documentation: https://docs.ansible.com/projects/ansible/devel/collections/community/dns/
2828
homepage: https://github.com/ansible-collections/community.dns
2929
issues: https://github.com/ansible-collections/community.dns/issues
30-
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
30+
# https://docs.ansible.com/projects/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
3131
build_ignore:
3232
- .gitignore
3333
- changelogs/.plugin-cache.yaml

0 commit comments

Comments
 (0)