Skip to content

Commit f1b5592

Browse files
committed
fixes broken links to mongod options
1 parent 5396f1d commit f1b5592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/platforms/amazon-ec2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Port Management
294294

295295
By default, the :program:`mongod` listens on port ``27017``. To change
296296
the default port, use the :setting:`net.port` setting or
297-
:option:`--port` option.
297+
:option:`--port <mongod.--port>` option.
298298

299299
Keepalive
300300
`````````

source/tutorial/getting-started-with-hadoop.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ primary shard as well.
7373
.. [#authrequired] :program:`mongod` requires clients to
7474
authenticate as user when you specify the
7575
:setting:`security.authorization` or :setting:`security.keyFile`
76-
settings or the corresponding :option:`--auth <mongod --auth>` or
77-
:option:`--keyFile <mongod --keyFile>` command line options.
76+
settings or the corresponding :option:`--auth <mongod.--auth>` or
77+
:option:`--keyFile <mongod.--keyFile>` command line options.
7878

7979
Miscellaneous
8080
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)