Skip to content

Commit 9d7fcbf

Browse files
committed
docs: Update quickstart guide after version update
1 parent ee86beb commit 9d7fcbf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6272,7 +6272,7 @@ <h3 id="apiref.functions"><a class="anchor" href="#apiref.functions"></a><a clas
62726272
</div>
62736273
<div id="footer">
62746274
<div id="footer-text">
6275-
Last updated 2025-01-10 08:48:45 -0800
6275+
Last updated 2025-01-10 11:20:55 -0800
62766276
</div>
62776277
</div>
62786278
</body>

docs/quickstart.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.20">
88
<meta name="author" content="website, repository">
9-
<title>pugixml 1.14 quick start guide</title>
9+
<title>pugixml 1.15 quick start guide</title>
1010
<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">
1111
<style>
1212
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -508,7 +508,7 @@
508508
</head>
509509
<body class="article toc2 toc-right">
510510
<div id="header">
511-
<h1>pugixml 1.14 quick start guide</h1>
511+
<h1>pugixml 1.15 quick start guide</h1>
512512
<div class="details">
513513
<span id="author" class="author">website</span><br>
514514
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
@@ -564,9 +564,9 @@ <h2 id="install"><a class="anchor" href="#install"></a><a class="link" href="#in
564564
<p>You can download the latest source distribution as an archive:</p>
565565
</div>
566566
<div class="paragraph">
567-
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
567+
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.zip">pugixml-1.15.zip</a> (Windows line endings)
568568
/
569-
<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>
569+
<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>
570570
</div>
571571
<div class="paragraph">
572572
<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>
@@ -1099,7 +1099,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10991099
</div>
11001100
<div id="footer">
11011101
<div id="footer-text">
1102-
Last updated 2025-01-10 07:29:46 -0800
1102+
Last updated 2025-01-10 11:20:55 -0800
11031103
</div>
11041104
</div>
11051105
</body>

0 commit comments

Comments
 (0)