From 1a923ef916a3b5293615c0d66b2f3831cc7d20ca Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 10 Mar 2021 16:01:13 +0100 Subject: [PATCH] Fix suggested --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a97e840..825cf23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,7 +160,7 @@ Put "Fixes + link to the issue" in the pull request's description. Put "[WIP] + short description" in the pull request's title. Click ``Create pull request``. -22. Add a [changelog fragment](https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs). It will be published in release notes, so users will know about the fix. +22. Add a [changelog fragment](https://docs.ansible.com/ansible/devel/community/development_process.html#changelogs) to the ``changelog/fragments`` directory. It will be published in release notes, so users will know about the fix. 23. The CI tests will run automatically on Red Hat infrastructure after every commit.