Skip to content

Commit 5972183

Browse files
authored
1 parent 7fd2443 commit 5972183

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+119
-122
lines changed

source/administration/install-community.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ These documents provide instructions to install MongoDB Community Edition.
1818

1919
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
2020

21-
:doc:`Install on Linux </administration/install-on-linux>`
21+
:ref:`Install on Linux <install-mdb-community-edition-linux>`
2222
Install MongoDB Community Edition and required dependencies on
2323
Linux.
2424

25-
:doc:`Install on macOS </tutorial/install-mongodb-on-os-x>`
25+
:ref:`Install on macOS <install-mdb-community-macos>`
2626
Install MongoDB Community Edition on macOS systems from MongoDB
2727
archives.
2828

29-
:doc:`Install on Windows </tutorial/install-mongodb-on-windows>`
29+
:ref:`Install on Windows <install-mdb-community-windows>`
3030
Install MongoDB Community Edition on Windows systems and
3131
optionally start MongoDB as a Windows service.
3232

source/administration/install-enterprise-linux.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ Install MongoDB Enterprise on Linux
99
These documents provide instructions to install MongoDB Enterprise
1010
Edition for supported Linux systems.
1111

12-
:doc:`Install on Red Hat </tutorial/install-mongodb-enterprise-on-red-hat>`
12+
:ref:`Install on Red Hat <install-mdb-enterprise-redhat-centos>`
1313
Install MongoDB Enterprise and required dependencies on Red Hat
1414
Enterprise or CentOS Systems using packages.
1515

16-
:doc:`Install on Ubuntu </tutorial/install-mongodb-enterprise-on-ubuntu>`
16+
:ref:`Install on Ubuntu <install-mdb-enterprise-ubuntu>`
1717
Install MongoDB Enterprise and required dependencies on Ubuntu
1818
Linux Systems using packages.
1919

20-
:doc:`Install on Debian </tutorial/install-mongodb-enterprise-on-debian>`
20+
:ref:`Install on Debian <install-mdb-enterprise-debian>`
2121
Install MongoDB Enterprise and required dependencies on Debian
2222
Linux Systems using packages.
2323

24-
:doc:`Install on SUSE </tutorial/install-mongodb-enterprise-on-suse>`
24+
:ref:`Install on SUSE <install-mdb-enterprise-suse>`
2525
Install MongoDB Enterprise and required dependencies on SUSE
2626
Enterprise Linux.
2727

28-
:doc:`Install on Amazon </tutorial/install-mongodb-enterprise-on-amazon>`
28+
:ref:`Install on Amazon <install-mdb-enterprise-amazon-linux>`
2929
Install MongoDB Enterprise and required dependencies on Amazon
3030
Linux AMI.
3131

source/administration/install-enterprise.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ Event Auditing.
2323

2424
.. include:: /includes/fact-macos-snmp.rst
2525

26-
:doc:`Install on Linux </administration/install-enterprise-linux>`
26+
:ref:`Install on Linux <install-enterprise-linux>`
2727
Install the official builds of MongoDB Enterprise on Linux-based
2828
systems.
2929

30-
:doc:`Install on macOS </tutorial/install-mongodb-enterprise-on-os-x>`
30+
:ref:`Install on macOS <install-enterprise-macos>`
3131
Install the official build of MongoDB Enterprise on macOS
3232

33-
:doc:`Install on Windows </tutorial/install-mongodb-enterprise-on-windows>`
33+
:ref:`Install on Windows <install-enterprise-windows>`
3434
Install MongoDB Enterprise on Windows using the ``.msi``
3535
installer.
3636

37-
:doc:`Install with Docker </tutorial/install-mongodb-enterprise-with-docker>`
37+
:ref:`Install with Docker <install-mdb-enterprise-docker>`
3838
Install a MongoDB Enterprise Docker container.
3939

4040

source/administration/install-on-linux.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ Linux distributions. These packages are the preferred way to run
2121
MongoDB. The following guides detail the installation process for these
2222
systems:
2323

24-
:doc:`Install on Red Hat </tutorial/install-mongodb-on-red-hat>`
24+
:ref:`Install on Red Hat <install-mdb-community-redhat-centos>`
2525
Install MongoDB Community Edition on Red Hat Enterprise and
2626
related Linux systems using ``.rpm`` packages.
2727

28-
:doc:`Install on Ubuntu </tutorial/install-mongodb-on-ubuntu>`
28+
:ref:`Install on Ubuntu <install-mdb-community-ubuntu>`
2929
Install MongoDB Community Edition on Ubuntu Linux systems using
3030
``.deb`` packages.
3131

32-
:doc:`Install on Debian </tutorial/install-mongodb-on-debian>`
32+
:ref:`Install on Debian <install-mdb-community-debian>`
3333
Install MongoDB Community Edition on Debian systems using ``.deb``
3434
packages.
3535

36-
:doc:`Install on SUSE </tutorial/install-mongodb-on-suse>`
36+
:ref:`Install on SUSE <install-mdb-community-debian>`
3737
Install MongoDB Community Edition on SUSE Linux systems using
3838
``.rpm`` packages.
3939

40-
:doc:`Install on Amazon </tutorial/install-mongodb-on-amazon>`
40+
:ref:`Install on Amazon <install-mdb-community-amazon-linux>`
4141
Install MongoDB Community Edition on Amazon Linux AMI systems
4242
using ``.rpm`` packages.
4343

source/applications/indexes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _indexing-strategies:
2+
13
===================
24
Indexing Strategies
35
===================

source/core/document.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Field Value Limit
9494
~~~~~~~~~~~~~~~~~
9595

9696
MongoDB 2.6 through MongoDB versions with :ref:`featureCompatibilityVersion <view-fcv>` (fCV) set to ``"4.0"`` or earlier
97-
For :doc:`indexed collections </indexes>`, the values for the
97+
For :ref:`indexed collections <indexes>`, the values for the
9898
indexed fields have a :limit:`Maximum Index Key Length <Index Key Limit>`. See
9999
:limit:`Maximum Index Key Length <Index Key Limit>` for details.
100100

source/core/index-case-insensitive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Behavior
4545

4646
Using a case insensitive index does not affect
4747
the results of a query, but it can increase performance; see
48-
:doc:`Indexes</indexes>` for a detailed discussion of the costs and
48+
:ref:`Indexes <indexes>` for a detailed discussion of the costs and
4949
benefits of indexes.
5050

5151
To use an index that specifies a collation, query and sort operations

source/faq/indexes.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ FAQ: Indexes
1313
:class: singlecol
1414

1515
This document addresses some common questions regarding MongoDB
16-
:doc:`indexes </indexes>`. For more information on indexes, see
17-
:doc:`/indexes`.
16+
indexes. For more information on indexes, see
17+
:ref:`indexes <indexes>`.
1818

1919
How do I create an index?
2020
-------------------------
@@ -46,7 +46,7 @@ Index builds on replica sets have specific performance considerations
4646
and risks. See :ref:`index-operations-replicated-build` for more
4747
information. To minimize the impact of building an index on replica
4848
sets, including shard replica sets, use a rolling index build procedure
49-
as described in :doc:`/tutorial/build-indexes-on-replica-sets`.
49+
as described in :ref:`index-build-on-replica-sets`.
5050

5151
To return information on currently running index creation operations,
5252
see :ref:`currentOp-index-creation`. To kill a running index creation
@@ -77,10 +77,10 @@ How do I determine which fields to index?
7777

7878
A number of factors determine which fields to index, including
7979
:ref:`selectivity <index-selectivity>`, the support for multiple
80-
:term:`query shapes <query shape>`, and :doc:`size of the index
81-
</tutorial/ensure-indexes-fit-ram>`. For more information, see
80+
:term:`query shapes <query shape>`, and :ref:`size of the index
81+
<indexes-ensure-indexes-fit-ram>`. For more information, see
8282
:ref:`Operational Considerations for Indexes <data-model-indexes>` and
83-
:doc:`/applications/indexes`.
83+
:ref:`indexing-strategies`.
8484

8585
How can I see the size of an index?
8686
-----------------------------------

source/includes/4.2-upgrade-replacements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
.. |features| replace:: :ref:`features<4.2-compatibility-enabled>`
1010
.. |downgradeversion| replace:: 4.0
1111

12-
.. |installationdoc| replace:: :doc:`4.2 installation instructions </installation>`
12+
.. |installationdoc| replace:: :ref:`4.2 installation instructions <tutorial-installation>`
1313

source/includes/4.4-upgrade-replacements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. |features| replace:: :ref:`features<4.4-compatibility-enabled>`
1111
.. |downgradeversion| replace:: 4.2
1212

13-
.. |installationdoc| replace:: :doc:`4.4 installation instructions </installation>`
13+
.. |installationdoc| replace:: :ref:`4.4 installation instructions <tutorial-installation>`
1414

1515
.. |newfcv| replace:: ``"4.4"``
16-
.. |oldfcv| replace:: ``"4.2"``
16+
.. |oldfcv| replace:: ``"4.2"``

0 commit comments

Comments
 (0)