Skip to content

Commit 7af777e

Browse files
committed
Update docs links in What's New
1 parent a9ecb12 commit 7af777e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/content/whats-new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This release includes full support for the upcoming MongoDB 3.4 server release.
1717
import org.bson.types.Decimal128;
1818
```
1919

20-
The [Decimal128]({{<docsref "release-notes/3.3-dev-series/#decimal-type">}}) format supports numbers with up to 34 decimal digits
20+
The [Decimal128]({{<docsref "release-notes/3.4/#decimal-type">}}) format supports numbers with up to 34 decimal digits
2121
(i.e. significant digits) and an exponent range of −6143 to +6144.
2222

2323
To create a `Decimal128` number, you can use
@@ -47,10 +47,10 @@ To create a `Decimal128` number, you can use
4747
import com.mongodb.client.model.Collation;
4848
```
4949

50-
[Collation]({{<docsref "release-notes/3.3-dev-series-collation/">}}) allows users to specify language-specific rules for string
50+
[Collation]({{<docsref "reference/collation/">}}) allows users to specify language-specific rules for string
5151
comparison.
5252
Use the [`Collation.builder()`] ({{<apiref "com/mongodb/client/model/Collation.html">}})
53-
to create the `Collation` object. For example, the following example creates a `Collation` object with Primary level of comparison and [locale]({{<docsref "release-notes/3.3-dev-series-collation/#supported-languages-and-locales">}}) ``fr``.
53+
to create the `Collation` object. For example, the following example creates a `Collation` object with Primary level of comparison and [locale]({{<docsref "reference/collation-locales-defaults/#supported-languages-and-locales">}}) ``fr``.
5454

5555
```java
5656
Collation.builder().collationStrength(CollationStrength.PRIMARY).locale("fr").build()));
@@ -150,7 +150,7 @@ collection.bulkWrite(Arrays.asList(
150150

151151

152152
For more information on collation, including the supported locales, refer to the
153-
[manual]({{<docsref "release-notes/3.3-dev-series-collation/">}}).
153+
[manual]({{<docsref "reference/collation/">}}).
154154

155155
### Other MongoDB 3.4 features
156156

0 commit comments

Comments
 (0)