Skip to content

Commit abf9358

Browse files
author
Ed Costello
committed
DOCS-865 cleanup formatting errors
1 parent cf23dbe commit abf9358

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/reference/command/addShard.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ addShard
5353

5454
:method:`sh.addShard()`,
5555
:doc:`/administration/sharding`,
56-
:doc:`/tutorial/add-shards-to-shard-cluster.txt`,
57-
:doc:`/tutorial/remove-shards-from-cluster.txt`
56+
:doc:`/tutorial/add-shards-to-shard-cluster`,
57+
:doc:`/tutorial/remove-shards-from-cluster`

source/reference/method/sh.addShard.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sh.addShard()
1313
Use this method to add a database instance or replica set to a
1414
:term:`sharded cluster`.
1515
This method must be run on a :program:`mongos` instance.
16-
The :param:`host` parameter can be in any of the following forms:
16+
The ``host`` parameter can be in any of the following forms: ::
1717

1818
[hostname]
1919
[hostname]:[port]
@@ -34,10 +34,10 @@ sh.addShard()
3434
The :dbcommand:`addShard` command has additional options which are
3535
not available in this method.
3636

37-
.. seealso:
37+
.. seealso::
3838

3939
:dbcommand:`addShard`,
4040
:doc:`/administration/sharding`,
41-
:doc:`/tutorial/add-shards-to-shard-cluster.txt`,
42-
:doc:`/tutorial/remove-shards-from-cluster.txt`
41+
:doc:`/tutorial/add-shards-to-shard-cluster`,
42+
:doc:`/tutorial/remove-shards-from-cluster`
4343

source/tutorial/deploy-shard-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ port ``27017``, issue the following command:
112112

113113
mongo mongos0.example.net
114114

115-
Then, from a:program:`mongo` shell connected to the :program:`mongos`
115+
Then, from a :program:`mongo` shell connected to the :program:`mongos`
116116
instance, call the :method:`sh.addShard()` method for each shard that
117117
you want to add to the cluster:
118118

0 commit comments

Comments
 (0)