summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-11-15 12:30:01 -0800
committerMatt Clay <matt@mystile.com>2018-11-15 12:59:47 -0800
commit007092869bc871a908e80bce2729838529092246 (patch)
tree8b85a367722bab51acd2509b012b9cbab683f973 /packaging
parent43affc661b5cea75b7c75592dab5135ba66f8da1 (diff)
downloadansible-007092869bc871a908e80bce2729838529092246.tar.gz
Fix the changelog links to porting guide to be anonymous
Prevents duplicate reference errors.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/release/Makefile b/packaging/release/Makefile
index d57f5c4143..11d6dc4a1c 100644
--- a/packaging/release/Makefile
+++ b/packaging/release/Makefile
@@ -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