Skip to content

Commit 370f7e7

Browse files
committed
Fix draft/unreleased link
1 parent d46ce81 commit 370f7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tags:
2323

2424
These are the latest versions of `bde-lock` which have been released. For a complete list of all releases and changes please visit {{ site.github.releases_url }}.
2525

26-
## [{% if drafts[0].name -%}[{{ drafts[0].name }}]({{ drafts[0].html_url }}){% else %}bdelock{%- endif %} UNRELEASED]({{ site.github.repository_url }}/tree/master/)
26+
## [{% if drafts[0].name -%}{{ drafts[0].name }}{% else %}bdelock{%- endif %} UNRELEASED]({% if drafts[0].html_url -%}{{ drafts[0].html_url }}{%- else -%}{{ site.github.repository_url }}/tree/master/{%- endif %})
2727

2828
Unreleased [changes to last release]({{ site.github.repository_url }}/compare/{{ releases[0].tag_name }}...master#files_bucket "Compare changes in master for upcoming release"){% if drafts[0].name %} in upoming {{ drafts[0].name }} release{%- endif %}
2929

0 commit comments

Comments
 (0)