Skip to content

Commit 8b342ac

Browse files
i80andSam Kleinman
authored andcommitted
DOCS-4065: Fix old legacy links in 2.0 and 2.2 release notes
Signed-off-by: Sam Kleinman <[email protected]>
1 parent 29db0b6 commit 8b342ac

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

source/release-notes/2.0.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for handling CSV input/output. This may break existing import/export
2525
workflows that relied on the previous behavior. For more information see
2626
:issue:`SERVER-1097`.
2727

28-
:wiki:`Journaling` is **enabled by default** in 2.0 for 64-bit builds.
28+
:doc:`Journaling </core/journaling/>` is **enabled by default** in 2.0 for 64-bit builds.
2929
If you still prefer to run without journaling, start :program:`mongod`
3030
with the :option:`--nojournal <mongod --nojournal>` run-time option.
3131
Otherwise, MongoDB creates journal files during startup. The first time you start :program:`mongod` with
@@ -216,8 +216,7 @@ would say:
216216
which would succeed if it fulfilled the conditions the DBA defined for
217217
"very important write".
218218

219-
For more information, see
220-
:wiki:`Tagging <Data+Center+Awareness#DataCenterAwareness-Tagging%28version2.0%29>`.
219+
For more information, see :doc:`/data-center-awareness`.
221220

222221
Drivers may also support tag-aware reads. Instead of
223222
specifying ``slaveOk``, you specify ``slaveOk`` with tags indicating
@@ -287,7 +286,7 @@ objects, embedded either inline or in nested sub-documents. Additional
287286
command options are also supported, allowing results to return with
288287
not only distance but the location used to generate the distance.
289288

290-
For more information, see :wiki:`Multi-location Documents <Geospatial+Indexing#GeospatialIndexing-MultilocationDocuments>`.
289+
For more information, see :ref:`geospatial-indexes-multi-location`.
291290

292291
Polygon searches
293292
````````````````
@@ -323,7 +322,7 @@ command will report whether any inserts have failed, not just the
323322
last one. If multiple errors occur, the client will only receive the
324323
most recent :dbcommand:`getLastError` results.
325324

326-
See :wiki:`OP_INSERT <Mongo+Wire+Protocol#MongoWireProtocol-OPINSERT>`.
325+
See :meta-driver:`OP_INSERT </legacy/mongodb-wire-protocol#op-insert>`.
327326

328327
.. include:: /includes/note-bulk-inserts-on-sharded-clusters.rst
329328

@@ -338,8 +337,8 @@ map/reduce to a sharded collection. Combined with the ``reduce`` or
338337
``merge`` flags, it is possible to keep adding data to very large
339338
collections from map/reduce jobs.
340339

341-
For more information, see :wiki:`MapReduce Output Options <MapReduce#MapReduce-Outputoptions>`
342-
and the :dbcommand:`mapReduce` reference.
340+
For more information, see :doc:`/core/map-reduce/` and the
341+
:dbcommand:`mapReduce` reference.
343342

344343
Performance Improvements
345344
````````````````````````
@@ -362,8 +361,7 @@ Additional regex options: ``s``
362361
```````````````````````````````
363362

364363
Allows the dot (``.``) to match all characters including new lines. This is
365-
in addition to the currently supported ``i``, ``m`` and ``x``. See
366-
:wiki:`Regular Expressions <Advanced+Queries#AdvancedQueries-RegularExpressions>` and :query:`$regex`.
364+
in addition to the currently supported ``i``, ``m`` and ``x``. See :query:`$regex`.
367365

368366
$and
369367
````
@@ -387,7 +385,7 @@ Custom Prompt
387385
You can define a custom prompt for the :program:`mongo` shell. You can
388386
change the prompt at any time by setting the prompt variable to a string
389387
or a custom JavaScript function returning a string. For examples, see
390-
:wiki:`Custom Prompt <Overview+-+The+MongoDB+Interactive+Shell#Overview-TheMongoDBInteractiveShell-CustomPrompt>`.
388+
:ref:`shell-use-a-custom-prompt`.
391389

392390
Default Shell Init Script
393391
`````````````````````````

source/release-notes/2.2.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,10 @@ on specific shards. For example, with tag aware sharding, you can
195195
ensure that data is closest to the application servers that use that
196196
data most frequently.
197197

198-
.. todo When draft/core/write-operations.txt goes live, change this below:
199-
write-concern
200-
to
201-
write-operations-write-concern
202-
203198
Shard tagging controls data location, and is complementary but
204199
separate from replica set tagging, which controls :doc:`read
205200
preference </core/read-preference>` and :ref:`write concern
206-
<write-concern>`. For example, shard tagging can pin all
201+
<write-operations-write-concern>`. For example, shard tagging can pin all
207202
"USA" data to one or more logical shards, while replica set tagging
208203
can control which :program:`mongod` instances (e.g. "``production``"
209204
or "``reporting``") the application uses to service requests.

source/tutorial/getting-started-with-the-mongo-shell.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Evaluate a JavaScript File
159159

160160
.. include:: /includes/fact-execute-javascript-from-shell.rst
161161

162+
.. _shell-use-a-custom-prompt:
163+
162164
Use a Custom Prompt
163165
-------------------
164166

0 commit comments

Comments
 (0)