Skip to content

Commit

Permalink
fix changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
mpangrazzi committed May 5, 2019
1 parent 8022099 commit 39a3997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collection/geoNear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

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).
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 comments on commit 39a3997

Please sign in to comment.