Skip to content

Commit 34ee726

Browse files
author
Sam Kleinman
committed
DOCS-1104 fixing legacy links
1 parent 6cfc6f9 commit 34ee726

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

source/core/data-modeling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ consider the following external resources:
341341

342342
- `Dynamic Schema Blog Post <http://dmerr.tumblr.com/post/6633338010/schemaless>`_
343343

344-
- :wiki:`MongoDB Data Modeling and Rails`
344+
- :ecosystem:`MongoDB Data Modeling and Rails </tutorial/model-data-for-ruby-on-rails/>`
345345

346346
- `Ruby Example of Materialized Paths
347347
<http://github.com/banker/newsmonger/blob/master/app/models/comment.rb>`_

source/core/read-operations.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -789,10 +789,11 @@ Consider the following behaviors related to cursors:
789789

790790
- By default, the server will automatically close the cursor after 10
791791
minutes of inactivity or if client has exhausted the cursor. To
792-
override this behavior, you can specify the ``noTimeout`` :wiki:`wire
793-
protocol flag <Mongo Wire Protocol>` in your query; however, you
794-
should either close the cursor manually or exhaust the cursor. In the
795-
:program:`mongo` shell, you can set the ``noTimeout`` flag:
792+
override this behavior, you can specify the ``noTimeout``
793+
:meta-driver:`wire protocol flag </legacy/mongodb-wire-protocol>` in your query;
794+
however, you should either close the cursor manually or exhaust the
795+
cursor. In the :program:`mongo` shell, you can set the ``noTimeout``
796+
flag:
796797

797798
.. code-block:: javascript
798799

source/tutorial/create-tailable-cursor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Consider the following behaviors related to tailable cursors:
5656
See your :doc:`driver documentation </applications/drivers>` for the
5757
driver-specific method to specify the tailable cursor. For more
5858
information on the details of specifying a tailable cursor, see
59-
:wiki:`Mongo wire protocol <Mongo Wire Protocol>` documentation.
59+
:meta-driver:`Mongo wire protocol </legacy/mongodb-wire-protocol>` documentation.
6060

6161
C++ Example
6262
-----------

0 commit comments

Comments
 (0)