Skip to content

production: fix path for include files #1180

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/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Declare all settings in this file using the following form:
parameters, register as true, if they appear in the configuration
file, regardless of their value.

.. include:: /include/note-configuration-file-must-be-ascii.rst
.. include:: /includes/note-configuration-file-must-be-ascii.rst

Settings
--------
Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Core Options
mongod. See the ":doc:`/reference/configuration-options`" document
for more information about these options.

.. include:: /include/note-configuration-file-must-be-ascii.rst
.. include:: /includes/note-configuration-file-must-be-ascii.rst

.. option:: --verbose, -v

Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options
Not all configuration options for :program:`mongod` make sense in
the context of :program:`mongos`.

.. include:: /include/note-configuration-file-must-be-ascii.rst
.. include:: /includes/note-configuration-file-must-be-ascii.rst

.. option:: --verbose, -v

Expand Down