Skip to content

Commit a5a3829

Browse files
committed
Docs site: Removed link from quick tour to admin quick tour, since the link appears automatically right below.
1 parent e18d05c commit a5a3829

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,3 @@ collection.bulkWrite(
350350
{{% note class="important" %}}
351351
Use of the bulkWrite methods is not recommended when connected to pre-2.6 MongoDB servers, as this was the first server version to support bulk write commands for insert, update, and delete in a way that allows the driver to implement the correct semantics for BulkWriteResult and BulkWriteException. The methods will still work for pre-2.6 servers, but performance will suffer, as each write operation has to be executed one at a time.
352352
{{% /note %}}
353-
354-
The concludes the quick tour of the new driver. To learn about MongoDB
355-
administration features available in the driver see the
356-
[admin quick tour]({{< relref "getting-started/admin-quick-tour.md" >}}).

0 commit comments

Comments
 (0)