Skip to content

Commit 910e344

Browse files
committed
trivial: escape slash \
1 parent c48aa5a commit 910e344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/steps-install-mongodb-on-windows-interactive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ content: |
139139
If you installed and configured MongoDB as a service, the MongoDB
140140
service is started upon successful installation. MongoDB is
141141
configured using the configuration file :file:`<install
142-
directory>\bin\mongod.cfg`.
142+
directory>\\bin\\mongod.cfg`.
143143
144144
...

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Install |mdb-edition|
6666
You can install using the MongoDB Installer wizard. The installation process installs both the MongoDB binaries as well as
6767
the default :doc:`configuration file
6868
</reference/configuration-options>` :file:`<install
69-
directory>\bin\mongod.cfg`.
69+
directory>\\bin\\mongod.cfg`.
7070

7171
.. include:: /includes/steps/install-mongodb-on-windows-interactive.rst
7272

@@ -76,7 +76,7 @@ Run |mdb-edition| as a Windows Service
7676
Starting in version 4.0, you can install and configure MongoDB as a
7777
:guilabel:`Windows Service` during the install, and the MongoDB service
7878
is started upon successful installation. MongoDB is configured using
79-
the configuration file :file:`<install directory>/bin/mongod.cfg`.
79+
the configuration file :file:`<install directory>\\bin\\mongod.cfg`.
8080

8181
Start |mdb-edition| as a Windows Service
8282
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)