still fixing links
diff --git a/_includes/header.html b/_includes/header.html
index ed61d81..218faef 100755
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,6 +1,6 @@
 <nav class="navbar navbar-expand-md navbar-light bg-light">
   <a class="navbar-brand" href="/">
-		<img src="/assets/img/gem5ColorLong.gif" alt="gem5" height=45px>
+		<img src="{{ "/search" | prepend: site.baseurl }}" alt="gem5" height=45px>
 	</a>
   <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
     <span class="navbar-toggler-icon"></span>
diff --git a/index.html b/index.html
index feafd8c..90b3ba4 100755
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 title: Home
 ---
 <header>
-  <img src="{{ "assets/img/gem5ColorVert.gif" | prepend: site.baseurl }}" height="200px;">
+  <img src="{{ "/assets/img/gem5ColorVert.gif" | prepend: site.baseurl }}" height="200px;">
   <p>Modular platform for computer-system architecture research</p>
   <a href="{{ "/building" | prepend: site.baseurl }}"><button type="button" class="btn btn-primary" href="">Get Started</button></a>
   <a href="https://gem5.googlesource.com/public/gem5"><button type="button" class="btn btn-outline-primary">Source</button></a>