Skip to content

Commit

Permalink
Wrap download link in single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Jul 14, 2021
1 parent 537063d commit 0006076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
distribution-link-windows: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-mac-linux: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-windows: 'https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p='
distribution-link-mac-linux: 'https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&type=tar&p='
distribution-link-ee: https://download.hazelcast.com/enterprise/hazelcast-enterprise-5.0-BETA-1.zip
extensions:
- ./docs-tabs-library/tabs-block.js
Expand Down
4 changes: 2 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
distribution-link-windows: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-mac-linux: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-windows: 'https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p='
distribution-link-mac-linux: 'https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&type=tar&p='
distribution-link-ee: https://download.hazelcast.com/enterprise/hazelcast-enterprise-5.0-BETA-1.zip
extensions:
- ./docs-tabs-library/tabs-block.js
Expand Down

0 comments on commit 0006076

Please sign in to comment.