Skip to content

Commit f7d52a0

Browse files
committed
remove trailing slash to preserve anchor link
1 parent 30f1a1c commit f7d52a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ that has **atlasAdmin** permissions.
147147
.. tip::
148148

149149
The line of code assigning the ``MongoClient`` variable uses
150-
:mdn:`Object destructuring <Web/JavaScript/Reference/Operators/Destructuring_assignment#object_destructuring/>`,
150+
:mdn:`Object destructuring <Web/JavaScript/Reference/Operators/Destructuring_assignment#object_destructuring>`,
151151
introduced to Node in v6. If you are using an older version of Node,
152152
use the following to declare ``MongoClient``.
153153

0 commit comments

Comments
 (0)