Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-11-15 23:30:01 +0300
committerMatt Clay <matt@mystile.com>2018-11-15 23:59:47 +0300
commit007092869bc871a908e80bce2729838529092246 (patch)
tree8b85a367722bab51acd2509b012b9cbab683f973 /packaging
parent43affc661b5cea75b7c75592dab5135ba66f8da1 (diff)
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 d57f5c41431..11d6dc4a1c7 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