summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html8
1 files changed, 4 insertions, 4 deletions
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>