Commit 13b02d12 authored by octal's avatar octal

Updated baseUrl

parent d633a09b
......@@ -8,13 +8,13 @@
<meta name="description" content="Pistache is a C++ REST framework focussed on high performance and clear API. Pistache is a free software written by Mathieu Stefani and available on Github - https://github.com/oktal/pistache
">
<link rel="canonical"
href="http://gayan.me/pistache/404.html">
href="http://gayan.me/404.html">
<!-- Harmony styles -->
<link rel="stylesheet" type="text/css" href="/pistache/assets/css/main.css">
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<!-- Modernizr js -->
<script async src="/pistache/assets/js/modernizr.js"></script>
<script async src="/assets/js/modernizr.js"></script>
<!-- IE Fixes -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
......@@ -27,7 +27,7 @@
<body class="theme-base-01">
<header class="main-header">
<div class="wc-container">
<h1><a href="/pistache/">Pistache</a></h1>
<h1><a href="/">Pistache</a></h1>
<h2>An elegant C++ REST framework.</h2>
<ul>
......@@ -41,7 +41,7 @@
<li>
<a href="/pistache/">Pistache</a><span>/</span>
<a href="/">Pistache</a><span>/</span>
</li>
......@@ -49,7 +49,7 @@
<li>
<a href="/pistache/quickstart">Getting Started</a><span>/</span>
<a href="/quickstart">Getting Started</a><span>/</span>
</li>
......@@ -71,7 +71,7 @@
<h3>404 Page Not Found</h3>
<h4>The page you were looking for is not found.</h4>
<p>Sorry, we've misplaced that URL or it's pointing to something that
doesn't exist. Please <a href="/pistache">head back home</a> to try finding it again.</p>
doesn't exist. Please <a href="">head back home</a> to try finding it again.</p>
</div>
<footer class="main-footer">
......@@ -79,9 +79,9 @@
<div class="column one">
<h6>Few more links</h6>
<ul class="menu">
<li><a href="http://gayan.me/pistache/about">About</a></li>
<li><a href="http://gayan.me/pistache/blog">Blog</a></li>
<li><a href="http://gayan.me/pistache/faq">Help / FAQ</a></li>
<li><a href="http://gayan.me/about">About</a></li>
<li><a href="http://gayan.me/blog">Blog</a></li>
<li><a href="http://gayan.me/faq">Help / FAQ</a></li>
</ul>
</div>
<div class="column two">
......@@ -133,9 +133,9 @@ Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- When no internet load JQuery from local -->
<script>window.jQuery || document.write('<script src="/pistache/assets/js/jquery.min.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="/assets/js/jquery.min.js"><\/script>')</script>
<!-- Site js -->
<script src="/pistache/assets/js/all.js"></script>
<script src="/assets/js/all.js"></script>
<!-- Google analytics -->
<script type="text/javascript">
......
......@@ -8,13 +8,13 @@
<meta name="description" content="Pistache is a C++ REST framework focussed on high performance and clear API. Pistache is a free software written by Mathieu Stefani and available on Github - https://github.com/oktal/pistache
">
<link rel="canonical"
href="http://gayan.me/pistache/">
href="http://gayan.me/">
<!-- Harmony styles -->
<link rel="stylesheet" type="text/css" href="/pistache/assets/css/main.css">
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<!-- Modernizr js -->
<script async src="/pistache/assets/js/modernizr.js"></script>
<script async src="/assets/js/modernizr.js"></script>
<!-- IE Fixes -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
......@@ -27,7 +27,7 @@
<body class="theme-base-01">
<header class="main-header">
<div class="wc-container">
<h1><a href="/pistache/">Pistache</a></h1>
<h1><a href="/">Pistache</a></h1>
<h2>An elegant C++ REST framework.</h2>
<ul>
......@@ -41,7 +41,7 @@
<li>
<a class="active" href="/pistache/" class="active">Pistache</a><span>/</span>
<a class="active" href="/" class="active">Pistache</a><span>/</span>
</li>
......@@ -49,7 +49,7 @@
<li>
<a href="/pistache/quickstart">Getting Started</a><span>/</span>
<a href="/quickstart">Getting Started</a><span>/</span>
</li>
......@@ -102,9 +102,9 @@ that provides an http and REST server, as well as an http client.</p>
<div class="column one">
<h6>Few more links</h6>
<ul class="menu">
<li><a href="http://gayan.me/pistache/about">About</a></li>
<li><a href="http://gayan.me/pistache/blog">Blog</a></li>
<li><a href="http://gayan.me/pistache/faq">Help / FAQ</a></li>
<li><a href="http://gayan.me/about">About</a></li>
<li><a href="http://gayan.me/blog">Blog</a></li>
<li><a href="http://gayan.me/faq">Help / FAQ</a></li>
</ul>
</div>
<div class="column two">
......@@ -156,9 +156,9 @@ Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- When no internet load JQuery from local -->
<script>window.jQuery || document.write('<script src="/pistache/assets/js/jquery.min.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="/assets/js/jquery.min.js"><\/script>')</script>
<!-- Site js -->
<script src="/pistache/assets/js/all.js"></script>
<script src="/assets/js/all.js"></script>
<!-- Google analytics -->
<script type="text/javascript">
......
......@@ -8,13 +8,13 @@
<meta name="description" content="Pistache is a C++ REST framework focussed on high performance and clear API. Pistache is a free software written by Mathieu Stefani and available on Github - https://github.com/oktal/pistache
">
<link rel="canonical"
href="http://gayan.me/pistache/quickstart">
href="http://gayan.me/quickstart">
<!-- Harmony styles -->
<link rel="stylesheet" type="text/css" href="/pistache/assets/css/main.css">
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<!-- Modernizr js -->
<script async src="/pistache/assets/js/modernizr.js"></script>
<script async src="/assets/js/modernizr.js"></script>
<!-- IE Fixes -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
......@@ -27,7 +27,7 @@
<body class="theme-base-01">
<header class="main-header">
<div class="wc-container">
<h1><a href="/pistache/">Pistache</a></h1>
<h1><a href="/">Pistache</a></h1>
<h2>An elegant C++ REST framework.</h2>
<ul>
......@@ -41,7 +41,7 @@
<li>
<a href="/pistache/">Pistache</a><span>/</span>
<a href="/">Pistache</a><span>/</span>
</li>
......@@ -49,7 +49,7 @@
<li>
<a class="active" href="/pistache/quickstart" class="active">Getting Started</a><span>/</span>
<a class="active" href="/quickstart" class="active">Getting Started</a><span>/</span>
</li>
......@@ -141,7 +141,7 @@ git clone https://github.com/oktal/pistache.git
<span><< Older</span>
</div>
<div class="column-2"><a href="http://gayan.me/pistache/ ">Home</a></div>
<div class="column-2"><a href="http://gayan.me/ ">Home</a></div>
<div class="column-3">
<span>Newer >></span>
......@@ -156,9 +156,9 @@ git clone https://github.com/oktal/pistache.git
<div class="column one">
<h6>Few more links</h6>
<ul class="menu">
<li><a href="http://gayan.me/pistache/about">About</a></li>
<li><a href="http://gayan.me/pistache/blog">Blog</a></li>
<li><a href="http://gayan.me/pistache/faq">Help / FAQ</a></li>
<li><a href="http://gayan.me/about">About</a></li>
<li><a href="http://gayan.me/blog">Blog</a></li>
<li><a href="http://gayan.me/faq">Help / FAQ</a></li>
</ul>
</div>
<div class="column two">
......@@ -210,9 +210,9 @@ Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- When no internet load JQuery from local -->
<script>window.jQuery || document.write('<script src="/pistache/assets/js/jquery.min.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="/assets/js/jquery.min.js"><\/script>')</script>
<!-- Site js -->
<script src="/pistache/assets/js/all.js"></script>
<script src="/assets/js/all.js"></script>
<!-- Google analytics -->
<script type="text/javascript">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment