Skip to content

Commit 67aa1b2

Browse files
committed
Merge pull request #547 from epc/DOCS-978-mongodb-232
Docs-978 mongodb 2.3.2 typo & link fixes
2 parents fb411dc + 3c82479 commit 67aa1b2

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

source/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ manuals are available for offline use:
7474

7575
- :hardlink:`MongoDB Reference Manual <mongodb-reference-info.tar.gz>` (tar.gz)
7676

77-
- :hardlink:`MongoDB CURD Operation Introduction <mongodb-crud-info.tar.gz>` (tar.gz)
77+
- :hardlink:`MongoDB CRUD Operation Introduction <mongodb-crud-info.tar.gz>` (tar.gz)
7878

7979
.. important:: The ``texinfo`` manuals are experimental. If you find
8080
an issue with one of these editions, please file an issue in the

source/administration/vulnerability-notification.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Jira
4141
communication regarding MongoDB and related products.
4242

4343
Submit a ticket in the "`Core Server Security
44-
<https://jira.mongodb.org/SECURITY/>`_" project, at:
45-
<https://jira.mongodb.org/SECURITY/>. The ticket number will become
44+
<https://jira.mongodb.org/browse/SECURITY/>`_" project, at:
45+
<https://jira.mongodb.org/browse/SECURITY/>. The ticket number will become
4646
reference identification for the issue for the lifetime of the issue,
4747
and you can use this identifier for tracking purposes.
4848

4949
10gen will respond to any vulnerability notification received in a
5050
Jira case posted to the `SECURITY
51-
<https://jira.mongodb.org/SECURITY/>`_ project.
51+
<https://jira.mongodb.org/browse/SECURITY/>`_ project.
5252

5353
Email
5454
~~~~~

source/core/read-operations.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Read Operations
55
.. default-domain:: mongodb
66

77
Read operations include all operations that return a cursor in
8-
response to application request datas (i.e. *queries*,) and also
8+
response to application request data (i.e. *queries*,) and also
99
include a number of :doc:`aggregation </aggregation>` operations that
1010
do not return a cursor but have similar properties as queries. These
1111
commands include :dbcommand:`aggregate`, :dbcommand:`count`, and
@@ -792,8 +792,9 @@ Consider the following behaviors related to cursors:
792792
- Because the cursor is not isolated during its lifetime, intervening
793793
write operations may result in a cursor that returns a single
794794
document [#single-document-def]_ more than once.
795-
To handle this situation, see the information on :wiki:`snapshot mode
796-
<How to do Snapshotted Queries in the Mongo Database>`.
795+
To handle this situation, see the information on
796+
:ref:`faq-developers-isolate-cursors`.
797+
797798

798799
- The MongoDB server returns the query results in batches:
799800

source/faq/diagnostics.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ or replica set, that do not have other reasonable causes, check the
4141
TCP keep alive value, which Linux systems store as the
4242
``tcp_keepalive_time`` value. A common keep alive period is ``7200``
4343
seconds (2 hours); however, different distributions and OS X may have
44-
different settings. For MongoDB, you will have better expeirences with
44+
different settings. For MongoDB, you will have better experiences with
4545
shorter keepalive periods, on the order of ``300`` seconds (five minutes).
4646

4747
On Linux systems you can use the following operation to check the

source/faq/fundamentals.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Do MongoDB databases have tables?
3737
---------------------------------
3838

3939
Instead of tables, a MongoDB database stores its data in
40-
:term:`collections <collection>`, which are the rough equivalent of RDMS
40+
:term:`collections <collection>`, which are the rough equivalent of RDBMS
4141
tables. A collection holds one or more :term:`documents
4242
<document>`, which corresponds to a record or a row in a relational
4343
database table, and each document has
4444
one or more fields, which corresponds to a column in a relational
4545
database table.
4646

47-
Collections have important differences from RDMS tables. Documents in a
47+
Collections have important differences from RDBMS tables. Documents in a
4848
single collection may have a unique combination and set of fields.
4949
Documents need not have identical fields. You can add a field to some
5050
documents in a collection without adding that field to all documents in

source/faq/mongo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can add the logic for the prompt in the :ref:`.mongorc.js
125125
Can I edit long shell operations with an external text editor?
126126
--------------------------------------------------------------
127127

128-
.. versionaddedd: 2.1
128+
.. versionadded: 2.1
129129

130130
You can use your own editor in the :program:`mongo` shell by setting
131131
the :envvar:`EDITOR` environment variable before starting the

source/faq/storage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ first.
274274

275275
If your server runs out of disk space for journal files, the server
276276
process will exit. By default, :program:`mongod` creates journal files
277-
in a sub-directorty of :setting:`dbpath` named ``journal``. You may
277+
in a sub-directory of :setting:`dbpath` named ``journal``. You may
278278
elect to put the journal files on another storage device using a
279279
filesystem mount or a symlink.
280280

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ MongoDB. The following pages from the wiki are especially useful:
157157

158158
- `10gen <http://10gen.com>`_
159159
- `MongoDB Events <http://www.mongodb.org/events/>`_
160-
- `Planet MongoDB <http://planet.mongodb..org/>`_
160+
- `Planet MongoDB <http://planet.mongodb.org/>`_
161161
- :wiki:`MongoDB Masters <MongoDB+Masters>`
162162
- `Slides and Video <http://www.10gen.com/presentations/>`_
163163
- :wiki:`Hosting Center <Hosting+Center>`

source/reference/explain.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Sharded Collections Output
298298

299299
.. data:: millisShardAvg
300300

301-
:data:`millisShardAvt` is a number that reports the average
301+
:data:`millisShardAvg` is a number that reports the average
302302
time in millisecond for the query to run on each shard.
303303

304304
.. data:: numQueries

source/release-notes/2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Index Performance Enhancements
135135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136136

137137
v2.0 includes significant improvements to the
138-
:wiki:`index structures <Index Versions>`.
138+
:doc:`index </tutorial/roll-back-to-v1.8-index>`.
139139
Indexes are often 25% smaller and 25% faster (depends on the use case).
140140
When upgrading from previous versions, the benefits of the new index
141141
type are realized only if you create a new index or re-index an old one.

0 commit comments

Comments
 (0)