Skip to content

Commit 091a11b

Browse files
committed
Fix broken link
1 parent f1cca59 commit 091a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/supplemental-ui/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header">
22
<nav class="navbar">
33
<div class="navbar-brand">
4-
<a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
4+
<a class="navbar-item" href="https://github.com/cppalliance/decimal">{{site.title}}</a>
55
{{#if env.SITE_SEARCH_PROVIDER}}
66
<div class="navbar-item search hide-for-print">
77
<div id="search-field" class="field">

0 commit comments

Comments
 (0)