Skip to content

fixes to links #1347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ following explanation:

.. |mongodb-package| replace:: :program:`mongod`

.. include:: /includes/note-deb-and-rpm-default-to-localhost
.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst

- :setting:`port` is ``27017``, which is the default
MongoDB port for database instances. MongoDB can bind to any
Expand Down
3 changes: 1 addition & 2 deletions source/core/sharded-cluster-security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ remote host address, sharded clusters will not function correctly.

.. |mongodb-package| replace:: :program:`mongos`

.. include:: /includes/note-deb-and-rpm-default-to-localhost

.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst
4 changes: 2 additions & 2 deletions source/includes/note-deb-and-rpm-default-to-localhost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

.. versionadded:: 2.5.3
|mongodb-package| installed from official :doc:`.deb
<install-mongodb-on-debian>` and :doc:`.rpm
<install-mongodb-on-red-hat-centos-or-fedora-linux>` packages
</tutorial/install-mongodb-on-debian>` and :doc:`.rpm
</tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux>` packages
have the :setting:`bind_ip` configuration set to ``127.0.0.1`` by
default.

4 changes: 2 additions & 2 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ Settings

.. versionadded:: 2.4.6
Allows users to override the default :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
service name component of the :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
principal name, on a per-instance basis. If unspecified, the
default value is ``mongodb``.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/sh.addShard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Definition

.. |mongodb-package| replace:: :program:`mongos`

.. include:: /includes/note-deb-and-rpm-default-to-localhost
.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst

The :method:`sh.addShard()` method is a helper for the
:dbcommand:`addShard` command.
Expand Down
6 changes: 3 additions & 3 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Core Options

.. |mongodb-package| replace:: :program:`mongod`

.. include:: /includes/note-deb-and-rpm-default-to-localhost
.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst

.. option:: --unixSocketPrefix <path>

Expand Down Expand Up @@ -217,9 +217,9 @@ Core Options

.. versionadded:: 2.4.6
Allows users to override the default :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
service name component of the :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
principal name, on a per-instance basis. If unspecified, the
default value is ``mongodb``.

Expand Down
6 changes: 3 additions & 3 deletions source/reference/program/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Options

.. |mongodb-package| replace:: :program:`mongos`

.. include:: /includes/note-deb-and-rpm-default-to-localhost
.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst

.. option:: --unixSocketPrefix <path>

Expand All @@ -199,9 +199,9 @@ Options

.. versionadded:: 2.4.6
Overrides the default :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
service name component of the :doc:`Kerberos
<tutorial/control-access-to-mongodb-with-kerberos-authentication>`
</tutorial/control-access-to-mongodb-with-kerberos-authentication>`
principal name, on a per-instance basis.

Only available on :doc:`MongoDB Enterprise
Expand Down
2 changes: 1 addition & 1 deletion source/reference/replica-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Configuration Variables

.. |mongodb-package| replace:: :program:`mongod`

.. include:: /includes/note-deb-and-rpm-default-to-localhost
.. include:: /includes/note-deb-and-rpm-default-to-localhost.rst

.. data:: local.system.replset.members[n].arbiterOnly

Expand Down