summaryrefslogtreecommitdiff
path: root/jstests/updatel.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/updatel.js')
-rw-r--r--jstests/updatel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/updatel.js b/jstests/updatel.js
index b4a80061a2b..2a5d4be082e 100644
--- a/jstests/updatel.js
+++ b/jstests/updatel.js
@@ -1,6 +1,6 @@
// The positional operator allows an update modifier field path to contain a sentinel ('$') path
// part that is replaced with the numeric position of an array element matched by the update's query
-// spec. <http://docs.mongodb.org/manual/reference/operators/#_S_>
+// spec. <http://dochub.mongodb.org/core/positionaloperator>
// If no array element position from a query is available to substitute for the positional operator
// setinel ('$'), the update fails with an error. SERVER-6669 SERVER-4713