@@ -17,16 +17,15 @@ Introduction
1717
1818The official MongoDB Node.js driver provides both callback-based and Promise-based
1919interaction with MongoDB, allowing applications to take full advantage of the new
20- features in ES6. The 2.x series of the driver is powered by a brand new core
21- driver and BSON library.
20+ features in ES6.
2221
23- - `Tutorials <http://mongodb.github.io/node-mongodb-native/3.2/ tutorials/main/>`__
22+ - :node-docs-latest: `Tutorials </ tutorials/main/>`
2423
25- - `Usage Guide <http://mongodb.github.io/node-mongodb-native/3.2/ reference/main/>`__
24+ - :node-docs-latest: `Usage Guide </ reference/main/>`
2625
27- - `API Reference <http://mongodb.github.io/node-mongodb-native/3.2/ api/>`_
26+ - :node-docs-latest: `API Reference </ api/>`
2827
29- - `Changelog <http://mongodb.github.io/node-mongodb-native/3.2/ upgrade-migration/main/>`__
28+ - :node-docs-latest: `Changelog </ upgrade-migration/main/>`
3029
3130- `Source Code <https://github.com/mongodb/node-mongodb-native>`__
3231
@@ -40,14 +39,13 @@ Take the free online course taught by MongoDB
4039 .. figure:: /figures/M220JS_hero.jpg
4140
4241 - `M220JS: MongoDB for JavaScript Developers <https://university.mongodb.com/courses/M220JS/about>`__
43-
44- Learn the essentials of Node.js application development with MongoDB.
42+ Learn the essentials of Node.js application development with MongoDB.
4543
4644
4745Installation
4846------------
4947
50- The recommended way to get started using the Node.js 2.0 driver is by using
48+ The recommended way to get started using the Node.js driver is by using
5149`NPM (Node Package Manager) <https://www.npmjs.com/>`__ to install the dependency in your project.
5250
5351After you’ve created your project with ``npm init``, you can install the MongoDB driver and its dependencies
0 commit comments