Skip to content

Commit bf79860

Browse files
authored
fix resource link
1 parent ddd2df7 commit bf79860

File tree

1 file changed

+1
-1
lines changed
  • module3-crud-and-data-models/r4-building-custom-methods-on-mongoose

1 file changed

+1
-1
lines changed

module3-crud-and-data-models/r4-building-custom-methods-on-mongoose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ dog.findSimilarTypes((err, dogs) => {
2727

2828
## Resources
2929

30-
- [instance methods in mongoose][https://mongoosejs.com/docs/guide.html#methods]
30+
- [instance methods in mongoose](https://mongoosejs.com/docs/guide.html#methods)

0 commit comments

Comments
 (0)