Skip to content

Commit c707d18

Browse files
committed
make installing.page consistent with libbson's
1 parent 39dd640 commit c707d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installing.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<p>The following instructions are for UNIX-like systems such as GNU/Linux, FreeBSD, and Solaris. To build on Windows, see the instructions for <link xref="installing#building-windows">Building on Windows</link>.</p>
6060

61-
<p>The most recent release of the mongo-c-driver is 1.1.5 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.1.5/mongo-c-driver-1.1.5.tar.gz">downloaded here</link>. The following snippet will download and extract the current release of the driver.</p>
61+
<p>The most recent release of libmongoc is 1.1.5 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.1.5/mongo-c-driver-1.1.5.tar.gz">downloaded here</link>. The following snippet will download and extract the current release of the driver.</p>
6262

6363
<screen><output style="prompt">$ </output><input>wget https://github.com/mongodb/mongo-c-driver/releases/download/1.1.5/mongo-c-driver-1.1.5.tar.gz</input>
6464
<output style="prompt">$ </output><input>tar -xzf mongo-c-driver-1.1.5.tar.gz</input>

0 commit comments

Comments
 (0)