Browse code

[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>

Toshio Kuratomi authored on 2018/11/16 05:30:01
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ summary:
26 26
 	@printf '%s\n%s\n%s\n' \
27 27
 	'release_summary: |' \
28 28
 	'   | Release Date: $(shell date '+%Y-%m-%d')' \
29
-	'   | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_' > \
29
+	'   | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__' > \
30 30
 	../../changelogs/fragments/v${version}_summary.yaml
31 31
 
32 32
 .PHONY: changelog