Skip to content

Commit f988792

Browse files
committed
Convert release archive links to absolute_urls
Why: To include the site url and base url, enabling this to work on a fork where the baseurl is not empty. Signed-off-by: Robert Young <[email protected]>
1 parent 31a100b commit f988792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-archives/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ title: Release Archives
3131
<h2 id="{{ releaseVersion }}" class="card-title fs-4">{{ releaseVersion }}
3232
{%- if releaseVersion == site.data.kroxylicious.latestRelease %} (latest release){%- endif -%}
3333
</h2>
34-
<a href="/documentation/{{ releaseVersion }}/">Documentation</a><br/>
35-
<a href="/download/{{ releaseVersion }}/">Download</a>
34+
<a href="{{ '/documentation/' | append: releaseVersion | append: '/' | absolute_url }}">Documentation</a><br/>
35+
<a href="{{ '/download/' | append: releaseVersion | append: '/' | absolute_url }}">Download</a>
3636
</div>
3737
</div>
3838
{%- endfor -%}

0 commit comments

Comments
 (0)