Skip to content

Commit bd3ed5b

Browse files
committed
ProductSelector: Fix absolute paths
1 parent 39fa8c6 commit bd3ed5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/sidebar-v2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h3 class="product-selector__product-group">{{ $group.productGroup }}</h3>
5353
{{ range $product := $products }}
5454
<li class="product-selector__product">
5555
<a
56-
href="{{ $product.url }}"
56+
href="{{ absURL $product.url }}"
5757
aria-label="{{ $product.title }} documentation"
5858
{{ if $product.extUrl }} target="_blank" {{ end }}
5959
>

0 commit comments

Comments
 (0)