File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ consider the following external resources:
341
341
342
342
- `Dynamic Schema Blog Post <http://dmerr.tumblr.com/post/6633338010/schemaless>`_
343
343
344
- - :wiki :`MongoDB Data Modeling and Rails`
344
+ - :ecosystem :`MongoDB Data Modeling and Rails </tutorial/model-data-for-ruby-on-rails/> `
345
345
346
346
- `Ruby Example of Materialized Paths
347
347
<http://github.com/banker/newsmonger/blob/master/app/models/comment.rb>`_
Original file line number Diff line number Diff line change @@ -789,10 +789,11 @@ Consider the following behaviors related to cursors:
789
789
790
790
- By default, the server will automatically close the cursor after 10
791
791
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:
796
797
797
798
.. code-block:: javascript
798
799
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Consider the following behaviors related to tailable cursors:
56
56
See your :doc:`driver documentation </applications/drivers>` for the
57
57
driver-specific method to specify the tailable cursor. For more
58
58
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.
60
60
61
61
C++ Example
62
62
-----------
You can’t perform that action at this time.
0 commit comments