Skip to content

Commit fadfe89

Browse files
authored
Update navigation links to use full URLs
1 parent 3d21e5f commit fadfe89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ <h1 id="logo"><a href="index.html">data<span>Haskell</span></a></h1>
33
<nav id="nav">
44
<!-- Header -->
55
<ul>
6-
<li class="current"><a href="index.html">Home</a></li>
7-
<li class=""><a href="blog.html">Blog</a></li>
6+
<li class="current"><a href="https://datahaskell.org/index.html">Home</a></li>
7+
<li class=""><a href="https://datahaskell.org/blog.html">Blog</a></li>
88
<li class=""><a href="https://datahaskell.org/docs">Docs</a></li>
99
<li class=""><a href="https://www.datahaskell.org/docs/community/roadmap.html">Roadmap</a></li>
1010
<li class=""><a href="https://github.com/DataHaskell">Github</a></li>

0 commit comments

Comments
 (0)