[stable-2.7] Fix the changelog links to porting guide to be anonymous

Prevents duplicate reference errors.
(cherry picked from commit 0070928)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
pull/48845/head
Toshio Kuratomi 6 years ago
parent f9b2f781a6
commit 42be0bd655

@ -26,7 +26,7 @@ summary:
@printf '%s\n%s\n%s\n' \
'release_summary: |' \
' | Release Date: $(shell date '+%Y-%m-%d')' \
' | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_' > \
' | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__' > \
../../changelogs/fragments/v${version}_summary.yaml
.PHONY: changelog

Loading…
Cancel
Save