Skip to content

Commit 38c7897

Browse files
author
Ed Costello
committed
fix multiple broken URLs to wiki, github and gnu.org
1 parent 1840ab3 commit 38c7897

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

source/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
If you want to download MongoDB, see the `downloads page

source/applications/database-references.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

179179
Use
180180
~~~

source/applications/drivers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/>`)

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>`

source/reference/glossary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/tutorial/deploy-replica-set.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ See the documentation of the following shell functions for more
118118
information: :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

128128
Production Replica Set

0 commit comments

Comments
 (0)