From 38c78978ad24bffc91005d7453e9baf49bb0bce6 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 27 Jul 2012 15:04:13 -0400 Subject: [PATCH] fix multiple broken URLs to wiki, github and gnu.org --- source/about.txt | 2 +- source/applications/database-references.txt | 4 ++-- source/applications/drivers.txt | 2 +- source/index.txt | 4 ++-- source/reference/glossary.txt | 4 ++-- source/tutorial/deploy-replica-set.txt | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/about.txt b/source/about.txt index 72894429cfe..65b385e3ecb 100644 --- a/source/about.txt +++ b/source/about.txt @@ -16,7 +16,7 @@ pages <>` for more information about MongoDB: - :wiki:`Introduction` - :wiki:`Philosophy` -- :wiki:`Features` +.. - :wiki:`Features` - :wiki:`About` If you want to download MongoDB, see the `downloads page diff --git a/source/applications/database-references.txt b/source/applications/database-references.txt index 2a09589b4f3..9f6b1a8666d 100644 --- a/source/applications/database-references.txt +++ b/source/applications/database-references.txt @@ -173,8 +173,8 @@ Support for interacting with DBRefs. **Ruby** - The Ruby Driver supports DBRefs using the :api:`DBRef class ` - and the :api:`deference method `. + The Ruby Driver supports DBRefs using the :api:`DBRef class ` + and the :api:`deference method `. Use ~~~ diff --git a/source/applications/drivers.txt b/source/applications/drivers.txt index 0fe80c4fab7..45f4b594c2d 100644 --- a/source/applications/drivers.txt +++ b/source/applications/drivers.txt @@ -16,7 +16,7 @@ information about the MongoDB wiki :wiki:`drivers ` page: - PHP (:wiki:`wiki `, `docs `_) - Perl (:wiki:`wiki `, :api:`docs `) - Java (:wiki:`wiki `, :api:`docs `) -- Scala (:wiki:`wiki `, :api:`docs `) +- Scala (:wiki:`wiki `, :api:`docs `) - C# (:wiki:`wiki `, :api:`docs `) - C (:wiki:`wiki `, :api:`docs `) - C++ (`wiki `_, :api:`docs `) diff --git a/source/index.txt b/source/index.txt index 1aa0d5cc422..bd54f634666 100644 --- a/source/index.txt +++ b/source/index.txt @@ -136,7 +136,7 @@ MongoDB. The following pages from the wiki are especially useful: - :wiki:`Quickstart` - :wiki:`Introduction` - :wiki:`Downloads` - - :wiki:`Features` +.. - :wiki:`Features` - :wiki:`SQL to MongoDB Mapping ` - :wiki:`Developer Documentation ` @@ -165,7 +165,7 @@ MongoDB. The following pages from the wiki are especially useful: - :wiki:`Components` - :wiki:`Journaling` - - :wiki:`Production Notes` + - :wiki:`Production Notes ` - :wiki:`Replication` - :wiki:`Sharding` - :wiki:`Monitoring and Diagnostics ` diff --git a/source/reference/glossary.txt b/source/reference/glossary.txt index bcd7cbafc87..d76141fc8e0 100644 --- a/source/reference/glossary.txt +++ b/source/reference/glossary.txt @@ -273,7 +273,7 @@ Glossary index A data structure that optimizes queries. - .. seealso:: The ":wiki:`Indexing`" wiki page. + .. seealso:: The ":wiki:`Indexes`" wiki page. .. STUB ":doc:`/core/indexing`" @@ -284,7 +284,7 @@ Glossary compound index An :term:`index` consisting of two or more keys. - .. seealso:: The ":wiki:`Indexing`" wiki page. + .. seealso:: The ":wiki:`Indexes`" wiki page. .. STUB ":doc:`/core/indexing`" diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index 14e05e25085..ffff988f40d 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -118,11 +118,11 @@ See the documentation of the following shell functions for more information: :func:`rs.initiate()`, :func:`rs.conf()`, :func:`rs.reconfig()` and :func:`rs.add()`. -.. [#screen] `GNU Screen `_ is packaged as +.. [#screen] `GNU Screen `_ is packaged as ``screen`` on Debian-based, Fedira/Red Hat-based, and Arch Linux. .. seealso:: You may also consider the "`simple setup script - `_" + `_" as an example of a basic automatically configured replica set. Production Replica Set