Skip to content

Commit ddf64c0

Browse files
authored
Merge pull request #35 from stackabletech/fix/no-redirect-links
fix: Do not use links that lead to redirects
2 parents 52d65c3 + 5736e46 commit ddf64c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/partials/header-content.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<nav class="navbar">
33
<div class="container">
44
<div class="navbar-brand">
5-
<a class="navbar-item" href="https://stackable.tech">{{!--site.title--}}<img src="{{{uiRootPath}}}/img/stackable-logo.png"></a>
6-
<a class="navbar-item documentation-link" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">Documentation</a>
5+
<a class="navbar-item" href="https://stackable.tech/en/">{{!--site.title--}}<img src="{{{uiRootPath}}}/img/stackable-logo.png"></a>
6+
<a class="navbar-item documentation-link" href="{{{or site.homeUrl site.url}}}">Documentation</a>
77
{{#if env.SITE_SEARCH_PROVIDER}}
88
<div class="navbar-item search hide-for-print">
99
<div id="search-field" class="field">
@@ -16,7 +16,7 @@
1616
<span></span>
1717
<span></span>
1818
</button>
19-
<a href="https://www.stackable.tech/contact/" class="button pull-right">Contact Us</a>
19+
<a href="https://www.stackable.tech/en/contact/" class="button pull-right">Contact Us</a>
2020
</div>
2121
<div id="topbar-nav" class="navbar-menu">
2222
</div>

0 commit comments

Comments
 (0)