Fix an RST link to the changelog config in docs
This commit is contained in:
parent
6e9eac74f0
commit
dfaa72297c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ To create a changelog entry, create a new file with a unique name in the ``chang
|
|||
|
||||
A single changelog fragment may contain multiple sections but most will only contain one section.
|
||||
The toplevel keys (bugfixes, major_changes, etc) are defined in the
|
||||
`config file <https://github.com/ansible/ansible/blob/devel/changelogs/config.yaml>` for our release note tool. Here are the valid sections and a description of each:
|
||||
`config file <https://github.com/ansible/ansible/blob/devel/changelogs/config.yaml>`_ for our release note tool. Here are the valid sections and a description of each:
|
||||
|
||||
**major_changes**
|
||||
Major changes to Ansible itself. Generally does not include module or plugin changes.
|
||||
|
|
Loading…
Reference in a new issue