Skip to content

Commit

Permalink
docs: Update quickstart guide after version update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 10, 2025
1 parent ee86beb commit 9d7fcbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -6272,7 +6272,7 @@ <h3 id="apiref.functions"><a class="anchor" href="#apiref.functions"></a><a clas
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-10 08:48:45 -0800
Last updated 2025-01-10 11:20:55 -0800
</div>
</div>
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<meta name="author" content="website, repository">
<title>pugixml 1.14 quick start guide</title>
<title>pugixml 1.15 quick start guide</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
Expand Down Expand Up @@ -508,7 +508,7 @@
</head>
<body class="article toc2 toc-right">
<div id="header">
<h1>pugixml 1.14 quick start guide</h1>
<h1>pugixml 1.15 quick start guide</h1>
<div class="details">
<span id="author" class="author">website</span><br>
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
Expand Down Expand Up @@ -564,9 +564,9 @@ <h2 id="install"><a class="anchor" href="#install"></a><a class="link" href="#in
<p>You can download the latest source distribution as an archive:</p>
</div>
<div class="paragraph">
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.zip">pugixml-1.15.zip</a> (Windows line endings)
/
<a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz">pugixml-1.14.tar.gz</a> (Unix line endings)</p>
<a href="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz">pugixml-1.15.tar.gz</a> (Unix line endings)</p>
</div>
<div class="paragraph">
<p>The distribution contains library source, documentation (the guide you&#8217;re reading now and the manual) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive.</p>
Expand Down Expand Up @@ -1099,7 +1099,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-10 07:29:46 -0800
Last updated 2025-01-10 11:20:55 -0800
</div>
</div>
</body>
Expand Down

0 comments on commit 9d7fcbf

Please sign in to comment.