Skip to content

Commit

Permalink
DOCSP-33118: broken link in index (#802)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
rustagir committed Sep 15, 2023
1 parent 5810648 commit fb6fd21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 3 additions & 5 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ MongoDB Node Driver

.. _node-driver-landing:

.. default-domain:: mongodb

.. include:: /includes/unicode-checkmark.rst

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

You can connect using the {+driver-short+} for
deployments hosted in the following environments:
Expand Down
6 changes: 4 additions & 2 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Quick Start
===========

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -30,6 +28,8 @@ instance on MongoDB Atlas.
Set up Your Project
-------------------

.. _node-quickstart-install-node:

Install Node and npm
~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -61,6 +61,8 @@ Next, initialize your project:

npm init -y

.. _node-quickstart-mongodb-install:

Add MongoDB as a Dependency
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit fb6fd21

Please sign in to comment.