Skip to content

Commit 2c69f80

Browse files
authored
DOCSP-33118: broken link in index (#802)
* DOCSP-33118: broken link in index * save fix * build fix * CC suggestion
1 parent 3c5ec74 commit 2c69f80

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
-
2828
-
2929
-
30+
-
3031

3132
* - 4.17
3233
- ⊛

source/index.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ MongoDB Node Driver
44

55
.. _node-driver-landing:
66

7-
.. default-domain:: mongodb
8-
97
.. include:: /includes/unicode-checkmark.rst
108

119
.. toctree::
@@ -31,9 +29,9 @@ Introduction
3129
Welcome to the documentation site for the official {+driver-long+}.
3230
You can add the driver to your application to work with MongoDB
3331
in JavaScript or TypeScript. For more information about downloading and
34-
installing the {+driver-short+}, see
35-
:ref:`Download and Install <node-quick-start-download-and-install>` in the
36-
Quick Start guide.
32+
installing the {+driver-short+}, see the
33+
:ref:`Add MongoDB as a Dependency <node-quickstart-mongodb-install>`
34+
section of the Quick Start guide.
3735

3836
You can connect using the {+driver-short+} for
3937
deployments hosted in the following environments:

source/quick-start.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Quick Start
55
===========
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none
@@ -30,6 +28,8 @@ instance on MongoDB Atlas.
3028
Set up Your Project
3129
-------------------
3230

31+
.. _node-quickstart-install-node:
32+
3333
Install Node and npm
3434
~~~~~~~~~~~~~~~~~~~~
3535

@@ -61,6 +61,8 @@ Next, initialize your project:
6161

6262
npm init -y
6363

64+
.. _node-quickstart-mongodb-install:
65+
6466
Add MongoDB as a Dependency
6567
~~~~~~~~~~~~~~~~~~~~~~~~~~~
6668

0 commit comments

Comments
 (0)