fix Home button to stay within site - e.g., when running under test under jekyll serve
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 83e2bf8..73a2290 100755
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -62,7 +62,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </button>
-                <a class="navbar-brand page-scroll" href="http://{{ site.data.project.unix_name }}.incubator.apache.org/#home">Home</a>
+                <a class="navbar-brand page-scroll" href="/#home">Home</a>
             </div>
             <!-- Collect the nav links, forms, and other content for toggling -->
             <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">