Skip to content

Commit 6a4378a

Browse files
authored
Remove -rc from download links (#17289)
1 parent c2336bb commit 6a4378a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 class="border-bottom-0 m-0 p-0">
5050
<span class="IssueLabel bg-orange text-white ml-3">Release Candidate</span>
5151
{% endif %}
5252

53-
<a href="https://enterprise.github.com/releases/{{ patch.version }}/download" class="ml-3 text-small text-bold">
53+
<a href="https://enterprise.github.com/releases/{{ patch.version | replace: '-rc', '' }}/download" class="ml-3 text-small text-bold">
5454
Download
5555
</a>
5656

0 commit comments

Comments
 (0)