Skip to content

Commit 2938199

Browse files
authored
Merge pull request #10190 from joostdecock/patch-1
Fix: broken link in document.js
2 parents 8a65377 + 3fa78b6 commit 2938199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Document.prototype.updateOne = function updateOne(doc, options, callback) {
805805
*
806806
* ####Valid options:
807807
*
808-
* - same as in [Model.replaceOne](#model_Model.replaceOne)
808+
* - same as in [Model.replaceOne](https://mongoosejs.com/docs/api/model.html#model_Model.replaceOne)
809809
*
810810
* @see Model.replaceOne #model_Model.replaceOne
811811
* @param {Object} doc

0 commit comments

Comments
 (0)