Skip to content

Commit 0907027

Browse files
authored
Merge branch 'stackable' into fix/issue-212
2 parents eba14c5 + 10b42c3 commit 0907027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/header-content.hbs

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