Skip to content

Commit cbd811d

Browse files
author
Sam Kleinman
committed
minor: rst fix
1 parent d820313 commit cbd811d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/enforce-unique-keys-for-sharded-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Regardless of method, be aware that writes to the MongoDB database are
4242
to the client if MongoDB rejects a write operation because of a
4343
duplicate key or other error. As a result if you want to enforce
4444
unique keys you **must** use the safe write setting in your
45-
driver. See your :doc:`driver's documentation <drivers>` the
45+
driver. See your :doc:`driver's documentation </applications/drivers>` the
4646
:dbcommand:`getLastError` for more information.
4747

4848
.. [#limitation] If you specify a unique index on a sharded

0 commit comments

Comments
 (0)