Skip to content

Commit 47b0a1b

Browse files
titoBouzoutLinusU
authored andcommitted
Fix broken link in Readme (#679)
Fix broken link in Readme
1 parent b0cd980 commit 47b0a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ When encountering an error, Multer will delegate the error to Express. You can
271271
display a nice error page using [the standard express way](http://expressjs.com/guide/error-handling.html).
272272

273273
If you want to catch errors specifically from Multer, you can call the
274-
middleware function by yourself. Also, if you want to catch only [the Multer errors](https://github.com/expressjs/multer/blob/master/lib/make-error.js#L1-L9), you can use the `MulterError` class that is attached to the `multer` object itself (e.g. `err instanceof multer.MulterError`).
274+
middleware function by yourself. Also, if you want to catch only [the Multer errors](https://github.com/expressjs/multer/blob/master/lib/multer-error.js), you can use the `MulterError` class that is attached to the `multer` object itself (e.g. `err instanceof multer.MulterError`).
275275

276276
```javascript
277277
var multer = require('multer')

0 commit comments

Comments
 (0)