diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-10 21:04:04 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-10 21:04:04 -0700 |
commit | b1cc09af3f4e875641f169acfe4893e5e1b9a3eb (patch) | |
tree | a49e6b7256e84f7042ce7465b1a3b582df6b523c /_includes/header.html | |
parent | a2dd7b1697613a41a6eb7ef4e66605ce3384c513 (diff) |
Release 1.6
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 8 |
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> |