Skip to content

Commit b61418f

Browse files
committed
Update hugo files
1 parent 5956c44 commit b61418f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.21" />
4+
<meta name="generator" content="Hugo 0.25.1" />
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="">

mongocxx-v3/installation/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,11 +1237,11 @@ <h3 id="step-3-download-the-latest-version-of-the-mongocxx-driver">Step 3: Downl
12371237
<p>If you prefer to download a tarball, look on the <a href="https://github.com/mongodb/mongo-cxx-driver/releases">mongocxx
12381238
releases</a> page for a
12391239
link to the release tarball for the version you wish you install. For
1240-
example, to download version 3.1.1:</p>
1240+
example, to download version 3.1.2:</p>
12411241

1242-
<pre><code class="language-sh">curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.1.tar.gz
1243-
tar -xzf r3.1.1.tar.gz
1244-
cd mongo-cxx-driver-r3.1.1/build
1242+
<pre><code class="language-sh">curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.2.tar.gz
1243+
tar -xzf r3.1.2.tar.gz
1244+
cd mongo-cxx-driver-r3.1.2/build
12451245
</code></pre>
12461246

12471247
<p>Make sure you change to the <code>build</code> directory of whatever source tree you

0 commit comments

Comments
 (0)