Skip to content

Commit 6eae584

Browse files
sidntrozza
authored andcommitted
fix broken links
links were broken into the api docs
1 parent 820a1c7 commit 6eae584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/content/getting-started/quick-tour.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ contains a field `info` which is an embedded document:
9797
}
9898
```
9999

100-
To create the document using the Scala driver, use the [`Document`]({{< apiref "org/mongodb/scala/collection/immutable/Document">}}) class. You
100+
To create the document using the Scala driver, use the [`Document`]({{< apiref "org/mongodb/scala/bson/collection/immutable/Document">}}) class. You
101101
can use this class to create the embedded document as well.
102102

103103
{{% note class="warning" %}}
104-
The Scala driver provides two document types - an immutable [`Document`]({{< apiref "org/mongodb/scala/collection/immutable/Document">}})
105-
and a mutable [`Document`]({{< apiref "org/mongodb/scala/collection/mutable/Document">}}).
104+
The Scala driver provides two document types - an immutable [`Document`]({{< apiref "org/mongodb/scala/bson/collection/immutable/Document">}})
105+
and a mutable [`Document`]({{< apiref "org/mongodb/scala/bson/collection/mutable/Document">}}).
106106

107107
When using an immutable document then you should explicitly add an `_id` value, if you need to know that `_id` value in the future.
108108

0 commit comments

Comments
 (0)