From b1cc09af3f4e875641f169acfe4893e5e1b9a3eb Mon Sep 17 00:00:00 2001
From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Date: Fri, 10 Apr 2015 21:04:04 -0700
Subject: Release 1.6

---
 _includes/header.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to '_includes/header.html')

diff --git a/_includes/header.html b/_includes/header.html
index aa44a3f..57b66d5 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -28,16 +28,16 @@
 			Downloads:
 			<ul>
 			<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip" onclick="trackLink('download', 'pugixml-{{site.version}}.zip')">pugixml-{{site.version}}.zip</a><br/>
-			<small>394 Kb, Windows line endings</small></li>
+			<small>357 Kb, Windows line endings</small></li>
 			<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz" onclick="trackLink('download', 'pugixml-{{site.version}}.tar.gz')">pugixml-{{site.version}}.tar.gz</a><br/>
-			<small>365 Kb, Unix line endings</small></li>
+			<small>338 Kb, Unix line endings</small></li>
 			</ul>
 
 			Documentation:
 			<ul>
-			<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/quickstart.html" onclick="trackLink('documentation', 'quickstart')">Quick-start guide</a><br/>
+			<li><a href="/docs/quickstart.html" onclick="trackLink('documentation', 'quickstart')">Quick-start guide</a><br/>
 			<small>Read this to start using the library</small></li>
-			<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/manual.html" onclick="trackLink('documentation', 'manual')">Complete reference manual</a><br/>
+			<li><a href="/docs/manual.html" onclick="trackLink('documentation', 'manual')">Complete reference manual</a><br/>
 			<small>Read this for full library reference</small></li>
 			<li><a href="/benchmark.html">Benchmarks</a></li>
 			<li><a href="/license.html">License</a></li>
-- 
cgit v1.2.3