Skip to content

Commit f392fc5

Browse files
committed
Update default.html
1 parent e95497b commit f392fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<nav style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
2323
aria-label="breadcrumb">
2424
<ol class="breadcrumb" style="font-size: 18px;margin: 0px;padding-left: 20px">
25-
<li class="breadcrumb-item"><a href="/docs"
25+
<li class="breadcrumb-item"><a href="/"
2626
style="text-decoration: none; color: var(--asciidoctor-heading-font-color);">Documentation</a>
2727
</li>
2828
{%- if page.breadcrumb-title -%}
29-
<li class="breadcrumb-item" aria-current="page"><a href="/docs/{{ page.product }}/"
29+
<li class="breadcrumb-item" aria-current="page"><a href="/{{ page.product }}/"
3030
style="text-decoration: none; color: var(--asciidoctor-heading-font-color);">{{ solution.short-name }}</a>
3131
</li>
3232
<li class="breadcrumb-item active" aria-current="page">{{ page.breadcrumb-title | escape }}

0 commit comments

Comments
 (0)