aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 31d8820..3546fb6 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -4,14 +4,13 @@
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="{{site.url}}">
- <img src="{{site.url}}/assets/images/logo.png" alt="flow logo">
- flow
+ akka-serial
</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="{{site.url}}/documentation">Documentation & Help</a></li>
<li><a href="{{site.url}}/downloads">Download</a></li>
- <li><a href="https://github.com/jodersky/flow">GitHub</a></li>
+ <li><a href="https://github.com/jodersky/akka-serial">GitHub</a></li>
</ul>
</div>
</nav>