summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/dev_guide
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-02-15 05:40:50 -0500
committerGitHub <noreply@github.com>2022-02-15 02:40:50 -0800
commitaf7c9deb4ed4c6b9a526a40f976bb52c570fced1 (patch)
treee1959e9ead3e8d348829b820eb4c9101baf75680 /docs/docsite/rst/dev_guide
parent14805033261c6128a0346be4c59e99630acc9ad2 (diff)
downloadansible-af7c9deb4ed4c6b9a526a40f976bb52c570fced1.tar.gz
add crosslinks for changelog fragments (#77022)
Diffstat (limited to 'docs/docsite/rst/dev_guide')
-rw-r--r--docs/docsite/rst/dev_guide/developing_collections_changelogs.rst2
-rw-r--r--docs/docsite/rst/dev_guide/testing/sanity/changelog.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_collections_changelogs.rst b/docs/docsite/rst/dev_guide/developing_collections_changelogs.rst
index 36f74d16f6..3e164090d2 100644
--- a/docs/docsite/rst/dev_guide/developing_collections_changelogs.rst
+++ b/docs/docsite/rst/dev_guide/developing_collections_changelogs.rst
@@ -70,6 +70,8 @@ If your collection is part of Ansible, use one of the following three options t
.. seealso::
+ :ref:`collection_changelogs`
+ Learn how to create good changelog fragments.
:ref:`collections`
Learn how to install and use collections.
:ref:`contributing_maintained_collections`
diff --git a/docs/docsite/rst/dev_guide/testing/sanity/changelog.rst b/docs/docsite/rst/dev_guide/testing/sanity/changelog.rst
index 8cb53329dc..2d557c72d5 100644
--- a/docs/docsite/rst/dev_guide/testing/sanity/changelog.rst
+++ b/docs/docsite/rst/dev_guide/testing/sanity/changelog.rst
@@ -15,3 +15,5 @@ One or more of the following sections are required:
- known_issues
New modules and plugins must not be included in changelog fragments.
+
+See :ref:`collection_changelogs` for details.