File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ while v2.1 and v2.3 is a development version.
35
35
36
36
- Previous Stable Releases
37
37
38
- - :wiki:`v2.0 Release Notes < 2.0+Release+Notes> `
38
+ - :doc:`/release-notes/ 2.0`
39
39
- :wiki:`v1.8 Release Notes <1.8+Release+Notes>`
40
40
41
41
- Current Development Release (v2.3-series)
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ in 2.2.
19
19
20
20
Previous stable releases:
21
21
22
- - :wiki:`v2.0 Release Notes <2.0+Release+Notes>`
22
+ - :doc:`/release-notes/2.0`
23
+
23
24
- :wiki:`v1.8 Release Notes <1.8+Release+Notes>`
File renamed without changes.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ See :issue:`SERVER-2563` for more information.
111
111
112
112
The specific operations yield in 2.0 are:
113
113
114
- - Updates by _id
114
+ - Updates by `` _id``
115
115
116
116
- Removes
117
117
@@ -155,7 +155,7 @@ Priorities
155
155
156
156
Each :term:`replica set` member can now have a priority value consisting
157
157
of a floating-point from 0 to 1000, inclusive. Priorities let you
158
- control which member of the set you prefer to have as :term:`primary`:
158
+ control which member of the set you prefer to have as :term:`primary`
159
159
the member with the highest priority that can see a majority of the set
160
160
will be elected primary.
161
161
You can’t perform that action at this time.
0 commit comments