File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pages <>` for more information about MongoDB:
1616
1717- :wiki:`Introduction`
1818- :wiki:`Philosophy`
19- - :wiki:`Features`
19+ .. - :wiki:`Features`
2020- :wiki:`About`
2121
2222If you want to download MongoDB, see the `downloads page
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ Support
173173 for interacting with DBRefs.
174174
175175**Ruby**
176- The Ruby Driver supports DBRefs using the :api:`DBRef class </ruby/current/classes/XGen/Mongo/Driver /DBRef.html>`
177- and the :api:`deference method <ruby/current/classes/XGen/ Mongo/Driver/ DB.html#M000236 >`.
176+ The Ruby Driver supports DBRefs using the :api:`DBRef class </ruby/current/BSON /DBRef.html>`
177+ and the :api:`deference method </ ruby/current/Mongo/DB.html#dereference >`.
178178
179179Use
180180~~~
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ information about the MongoDB wiki :wiki:`drivers <Drivers>` page:
1616- PHP (:wiki:`wiki <PHP+Language+Center>`, `docs <http://php.net/mongo/>`_)
1717- Perl (:wiki:`wiki <Perl+Language+Center>`, :api:`docs <perl/current/>`)
1818- Java (:wiki:`wiki <Java+Language+Center>`, :api:`docs <java/current>`)
19- - Scala (:wiki:`wiki <Scaa +Language+Center>`, :api:`docs <scala/casbah/current/>`)
19+ - Scala (:wiki:`wiki <Scala +Language+Center>`, :api:`docs <scala/casbah/current/>`)
2020- C# (:wiki:`wiki <CSharp+Language+Center>`, :api:`docs <csharp/current/>`)
2121- C (:wiki:`wiki <C+Language+Center>`, :api:`docs <c/current/>`)
2222- C++ (`wiki <http://mongodb.org/pages/viewpage.action?pageId=133409>`_, :api:`docs <cplusplus/current/>`)
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ MongoDB. The following pages from the wiki are especially useful:
136136 - :wiki:`Quickstart`
137137 - :wiki:`Introduction`
138138 - :wiki:`Downloads`
139- - :wiki:`Features`
139+ .. - :wiki:`Features`
140140 - :wiki:`SQL to MongoDB Mapping <SQL+to+Mongo+Mapping+Chart>`
141141
142142 - :wiki:`Developer Documentation <Developer+Zone>`
@@ -165,7 +165,7 @@ MongoDB. The following pages from the wiki are especially useful:
165165
166166 - :wiki:`Components`
167167 - :wiki:`Journaling`
168- - :wiki:`Production Notes`
168+ - :wiki:`Production Notes <Production+Notes> `
169169 - :wiki:`Replication`
170170 - :wiki:`Sharding`
171171 - :wiki:`Monitoring and Diagnostics <Monitoring+and+Diagnostics>`
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Glossary
273273 index
274274 A data structure that optimizes queries.
275275
276- .. seealso:: The ":wiki:`Indexing `" wiki page.
276+ .. seealso:: The ":wiki:`Indexes `" wiki page.
277277
278278 .. STUB ":doc:`/core/indexing`"
279279
@@ -284,7 +284,7 @@ Glossary
284284 compound index
285285 An :term:`index` consisting of two or more keys.
286286
287- .. seealso:: The ":wiki:`Indexing `" wiki page.
287+ .. seealso:: The ":wiki:`Indexes `" wiki page.
288288
289289 .. STUB ":doc:`/core/indexing`"
290290
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ See the documentation of the following shell functions for more
118118information: :func:`rs.initiate()`, :func:`rs.conf()`,
119119:func:`rs.reconfig()` and :func:`rs.add()`.
120120
121- .. [#screen] `GNU Screen <http://www.gnu.org/screen/>`_ is packaged as
121+ .. [#screen] `GNU Screen <http://www.gnu.org/software/ screen/>`_ is packaged as
122122 ``screen`` on Debian-based, Fedira/Red Hat-based, and Arch Linux.
123123
124124.. seealso:: You may also consider the "`simple setup script
125- <https://github.com/mongodb/mongo-snippets/blob/master/replication/simple-setup.Pu >`_"
125+ <https://github.com/mongodb/mongo-snippets/blob/master/replication/simple-setup.py >`_"
126126 as an example of a basic automatically configured replica set.
127127
128128Production Replica Set
You can’t perform that action at this time.
0 commit comments