@@ -9,15 +9,15 @@ ref: mongos-operations-wc-drop
99content : |
1010
1111 When issued on a sharded cluster, :binary:`~bin.mongos` converts the
12- :doc :`write concern </reference/ write-concern>` of the
12+ :ref :`write concern <write-concern>` of the
1313 :dbcommand:`drop` command and its helper
1414 :method:`db.collection.drop()` to :writeconcern:`"majority"`.
1515 ---
1616ref : mongos-operations-wc-rename-collection
1717content : |
1818
1919 When issued on a sharded cluster, :binary:`~bin.mongos` converts the
20- :doc :`write concern </reference/ write-concern>` of the
20+ :ref :`write concern <write-concern>` of the
2121 :dbcommand:`renameCollection` command and its helper
2222 :method:`db.collection.renameCollection()` to
2323 :writeconcern:`"majority"`.
@@ -26,23 +26,23 @@ ref: mongos-operations-wc-create
2626content : |
2727
2828 When issued on a sharded cluster, :binary:`~bin.mongos` converts the
29- :doc :`write concern </reference/ write-concern>` of the
29+ :ref :`write concern <write-concern>` of the
3030 :dbcommand:`create` command and its helper
3131 :method:`db.createCollection()` to :writeconcern:`"majority"`.
3232 ---
3333ref : mongos-operations-wc-drop-database
3434content : |
3535
3636 When issued on a sharded cluster, MongoDB converts the specified
37- :doc :`write concern </reference/ write-concern>` to
37+ :ref :`write concern <write-concern>` to
3838 :writeconcern:`"majority"`.
3939
4040 ---
4141ref : mongos-operations-wc-shard-collection
4242content : |
4343
4444 :binary:`~bin.mongos` uses :writeconcern:`"majority"` for the
45- :doc :`write concern </reference/ write-concern>` of the
45+ :ref :`write concern <write-concern>` of the
4646 :dbcommand:`shardCollection` command and its helper
4747 :method:`sh.shardCollection()`.
4848
@@ -68,14 +68,14 @@ ref: mongos-operations-wc-remove-shard
6868content : |
6969
7070 :binary:`~bin.mongos` converts the
71- :doc :`write concern </reference/ write-concern>` of the
71+ :ref :`write concern <write-concern>` of the
7272 :dbcommand:`removeShard` command to :writeconcern:`"majority"`.
7373
7474 ---
7575ref : mongos-operations-wc-fcv
7676content : |
7777 When issued on a sharded cluster, :binary:`~bin.mongos` converts the
78- :doc :`write concern </reference/ write-concern>` of the
78+ :ref :`write concern <write-concern>` of the
7979 :dbcommand:`setFeatureCompatibilityVersion` command to :writeconcern:`"majority"`.
8080 ---
8181ref : mongos-operations-wc
0 commit comments