Skip to content

Commit cd455ae

Browse files
committed
Use absolute url for link to release archive
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 f988792 commit cd455ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/released-documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 id="page-title" class="fs-3">{{ version }} Documentation</h1>
3030
</div>
3131
{%- endif -%}
3232
</p>
33-
<p>See the <a href="/release-archives/">release archives</a> for the documentation of other releases.</p>
33+
<p>See the <a href="{{ '/release-archives/' | absolute_url }}">release archives</a> for the documentation of other releases.</p>
3434
</div>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)