Skip to content

Commit 0e4face

Browse files
committed
DOCSP-33118: broken link in index (#802)
* DOCSP-33118: broken link in index * save fix * build fix * CC suggestion (cherry picked from commit 2c69f80) (cherry picked from commit 2d18155) (cherry picked from commit b23427d)
1 parent 3e76c06 commit 0e4face

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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)