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:
16
16
17
17
- :wiki:`Introduction`
18
18
- :wiki:`Philosophy`
19
- - :wiki:`Features`
19
+ .. - :wiki:`Features`
20
20
- :wiki:`About`
21
21
22
22
If you want to download MongoDB, see the `downloads page
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ Support
173
173
for interacting with DBRefs.
174
174
175
175
**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 >`.
178
178
179
179
Use
180
180
~~~
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ information about the MongoDB wiki :wiki:`drivers <Drivers>` page:
16
16
- PHP (:wiki:`wiki <PHP+Language+Center>`, `docs <http://php.net/mongo/>`_)
17
17
- Perl (:wiki:`wiki <Perl+Language+Center>`, :api:`docs <perl/current/>`)
18
18
- 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/>`)
20
20
- C# (:wiki:`wiki <CSharp+Language+Center>`, :api:`docs <csharp/current/>`)
21
21
- C (:wiki:`wiki <C+Language+Center>`, :api:`docs <c/current/>`)
22
22
- 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:
136
136
- :wiki:`Quickstart`
137
137
- :wiki:`Introduction`
138
138
- :wiki:`Downloads`
139
- - :wiki:`Features`
139
+ .. - :wiki:`Features`
140
140
- :wiki:`SQL to MongoDB Mapping <SQL+to+Mongo+Mapping+Chart>`
141
141
142
142
- :wiki:`Developer Documentation <Developer+Zone>`
@@ -165,7 +165,7 @@ MongoDB. The following pages from the wiki are especially useful:
165
165
166
166
- :wiki:`Components`
167
167
- :wiki:`Journaling`
168
- - :wiki:`Production Notes`
168
+ - :wiki:`Production Notes <Production+Notes> `
169
169
- :wiki:`Replication`
170
170
- :wiki:`Sharding`
171
171
- :wiki:`Monitoring and Diagnostics <Monitoring+and+Diagnostics>`
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Glossary
273
273
index
274
274
A data structure that optimizes queries.
275
275
276
- .. seealso:: The ":wiki:`Indexing `" wiki page.
276
+ .. seealso:: The ":wiki:`Indexes `" wiki page.
277
277
278
278
.. STUB ":doc:`/core/indexing`"
279
279
@@ -284,7 +284,7 @@ Glossary
284
284
compound index
285
285
An :term:`index` consisting of two or more keys.
286
286
287
- .. seealso:: The ":wiki:`Indexing `" wiki page.
287
+ .. seealso:: The ":wiki:`Indexes `" wiki page.
288
288
289
289
.. STUB ":doc:`/core/indexing`"
290
290
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ See the documentation of the following shell functions for more
118
118
information: :func:`rs.initiate()`, :func:`rs.conf()`,
119
119
:func:`rs.reconfig()` and :func:`rs.add()`.
120
120
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
122
122
``screen`` on Debian-based, Fedira/Red Hat-based, and Arch Linux.
123
123
124
124
.. 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 >`_"
126
126
as an example of a basic automatically configured replica set.
127
127
128
128
Production Replica Set
You can’t perform that action at this time.
0 commit comments