Skip to content

Commit c4f73fc

Browse files
author
Sam Kleinman
committed
minor: fixing links
1 parent b7a5fe2 commit c4f73fc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

source/index.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MongoDB...
8181
- **For Administrators**
8282

8383
If you're administering MongoDB, you'll need to know at least the
84-
basics of :wiki:`querying <Querying>` MongoDB and :wiki:`using
84+
basics of :doc:`querying </applications/read>` MongoDB and :wiki:`using
8585
the shell <Overview+-+The+MongoDB+Interactive+Shell>`. You can
8686
then the Manual's :doc:`administration </administration>`
8787
section, beginning with the :doc:`configuration
@@ -157,7 +157,6 @@ MongoDB. The following pages from the wiki are especially useful:
157157

158158
- :wiki:`Journaling`
159159
- :wiki:`Production Notes <Production+Notes>`
160-
- :wiki:`Durability and Repair <Durability+and+Repair>`
161160
- :wiki:`Starting and Stopping MongoDB <Starting+and+Stopping+Mongo>`
162161
- :wiki:`DB Operations from the Shell <DBA+Operations+from+the+Shell>`
163162
- :wiki:`Windows`

source/tutorial.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@ MongoDB Tutorials
1010

1111
This index page provides a complete listing of all tutorials available
1212
as part of the :doc:`MongoDB Manual <contents>`. In addition to these
13-
documents, you can refer to the introductory :wiki:`MongoDB Tutorial
14-
<Tutorial>` and other tutorials available in the :wiki:`MongoDB Uncyclo
15-
<>`. If there is a process or pattern that you would like to see
16-
included here, please open a :issue:`Jira Case <DOCS>`.
13+
documents, you can refer to the introductory :doc:`MongoDB Tutorial
14+
</tutorial/getting-started>` and other tutorials available in the
15+
:wiki:`MongoDB Uncyclo <>`. If there is a process or pattern that you
16+
would like to see included here, please open a :issue:`Jira Case <DOCS>`.
1717

1818
Getting Started
1919
---------------
2020

21-
..toctree::
21+
.. toctree::
22+
:maxdepth: 1
2223

23-
- :doc:`/tutorial/install-mongodb-on-linux`
24-
- :doc:`/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux`
25-
- :doc:`/tutorial/install-mongodb-on-debian`
26-
- :doc:`/tutorial/install-mongodb-on-ubuntu`
27-
- :doc:`/tutorial/install-mongodb-on-os-x`
28-
- :doc:`/tutorial/install-mongodb-on-windows`
29-
- :doc:`/tutorial/getting-started`
24+
/tutorial/install-mongodb-on-linux
25+
/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux
26+
/tutorial/install-mongodb-on-debian
27+
/tutorial/install-mongodb-on-ubuntu
28+
/tutorial/install-mongodb-on-os-x
29+
/tutorial/install-mongodb-on-windows
30+
/tutorial/getting-started
3031

3132
.. index:: tutorials; administration
3233
.. index:: administration tutorials

themes/mongodb/wikisidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>MongoDB Uncyclo</h3>
3535
<!-- <li><a href="http://mongodb.org/display/DOCS/Sharding">Sharding</a></li> -->
3636
<!-- <li><a href="http://mongodb.org/display/DOCS/Monitoring+and+Diagnostics">Monitoring and Diagnostics</a></li> -->
3737
<!-- <li><a href="http://mongodb.org/display/DOCS/Backups">Backups</a></li> -->
38-
<li><a href="http://mongodb.org/display/DOCS/Durability+and+Repair">Durability and Repair</a></li>
38+
<!-- <li><a href="http://mongodb.org/display/DOCS/Durability+and+Repair">Durability and Repair</a></li> -->
3939
<!-- <li><a href="http://mongodb.org/display/DOCS/Security+and+Authentication">Security and Authentication</a></li> -->
4040
<!-- <li><a href="http://mongodb.org/display/DOCS/Starting+and+Stopping+Mongo">Starting/Stopping MongoDB</a></li> -->
4141
<!-- <li><a href="http://mongodb.org/display/DOCS/GridFS+Tools">GridFS Tools</a></li> -->

0 commit comments

Comments
 (0)