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:
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>`_
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Consider the following behaviors related to tailable cursors:
5656See your :doc:`driver documentation </applications/drivers>` for the
5757driver-specific method to specify the tailable cursor. For more
5858information 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
6161C++ Example
6262-----------
You can’t perform that action at this time.
0 commit comments