Skip to content

Commit 63a77f0

Browse files
committed
Docs: Fix bson cross linking to driver-scala/bson
JAVA-3798
1 parent cea4b53 commit 63a77f0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/reference/content/driver-scala/bson/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The BSON library comprehensively supports [BSON](http://www.bsonspec.org), the d
1515

1616
For everyday usage there are type aliases and companion objects available from the [`org.mongodb.scala.bson`]({{< apiref="org.mongodb.scala.bson.package" >}}) package.
1717

18-
- [Documents]({{< relref "documents.md" >}}): Documentation of the driver's support for BSON document representations
19-
- [Extended JSON]({{< relref "extended-json.md" >}}): Documentation of the driver's support for MongoDB Extended JSON
18+
- [Documents]({{< relref "scala-documents.md" >}}): Documentation of the driver's support for BSON document representations
19+
- [Extended JSON]({{< relref "scala-extended-json.md" >}}): Documentation of the driver's support for MongoDB Extended JSON
2020

2121
For advanced usage you may need to use `org.bson` directly. See the core Java driver documentation for:
2222

docs/reference/content/driver-scala/builders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ The driver provides several classes that make it easier to use the CRUD API.
2020
- [Indexes]({{< relref "indexes.md" >}}): Documentation of the driver's support for creating index keys
2121

2222
{{% note class="important" %}}
23-
Builders make use of the [`Bson`]({{< relref "driver-scala/bson/documents.md#bson" >}}) helper which unlike the [`Document`]({{< relref "driver-scala/bson/documents.md#document" >}}) is not type safe. Instead conversion to `BSON` is done via
23+
Builders make use of the [`Bson`]({{< relref "driver-scala/bson/scala-documents.md#bson" >}}) helper which unlike the [`Document`]({{< relref "driver-scala/bson/scala-documents.md#document" >}}) is not type safe. Instead conversion to `BSON` is done via
2424
[Codecs and the CodecRegistry]({{< relref "bson/codecs.md" >}}).
2525
{{% /note %}}

0 commit comments

Comments
 (0)