fix(blog link) blog link was mising http://

Signed-off-by: Walker Waylon Scott <walker_waylon_s@cat.com>
This commit is contained in:
Walker Waylon Scott 2017-05-28 21:10:17 -05:00
parent bd965a1599
commit 2132e463c1

View file

@ -35,7 +35,7 @@ body {margin:0;}
<div class="topnav"> <div class="topnav">
<a href="/home">Home</a> <a href="/home">Home</a>
<a href="www.blog.waylonwalker.com">Blog</a> <a href="http://www.blog.waylonwalker.com">Blog</a>
<a href="/chartist">Chartist</a> <a href="/chartist">Chartist</a>
<a href="/matplotlib">Matplotlib</a> <a href="/matplotlib">Matplotlib</a>
<a href="/bokeh">bokeh</a> <a href="/bokeh">bokeh</a>