We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d21e5f commit fadfe89Copy full SHA for fadfe89
1 file changed
_includes/header.html
@@ -3,8 +3,8 @@ <h1 id="logo"><a href="index.html">data<span>Haskell</span></a></h1>
3
<nav id="nav">
4
<!-- Header -->
5
<ul>
6
- <li class="current"><a href="index.html">Home</a></li>
7
- <li class=""><a href="blog.html">Blog</a></li>
+ <li class="current"><a href="https://datahaskell.org/index.html">Home</a></li>
+ <li class=""><a href="https://datahaskell.org/blog.html">Blog</a></li>
8
<li class=""><a href="https://datahaskell.org/docs">Docs</a></li>
9
<li class=""><a href="https://www.datahaskell.org/docs/community/roadmap.html">Roadmap</a></li>
10
<li class=""><a href="https://github.com/DataHaskell">Github</a></li>
0 commit comments