Skip to content

Commit 39a3997

Browse files
committedMay 5, 2019
fix changelog link
1 parent 8022099 commit 39a3997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/collection/geoNear.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
[Mongo documentation <i class="fa fa-external-link" style="position: relative; top: 2px;" />](https://docs.mongodb.com/manual/reference/command/geoNear)
44

5-
Node.js MongDB native driver 3.x [removes the support of this command](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md), since there are already alternatives like `$near` and `$nearSphere` query operators (see the documentation link above for more info).
5+
Node.js MongDB native driver 3.x [removes the support of this command](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md#geonear-command-helper), since there are already alternatives like `$near` and `$nearSphere` query operators (see the documentation link above for more info).

0 commit comments

Comments
 (0)
Please sign in to comment.