Skip to content

Commit cfcf1a3

Browse files
author
Josh Callender
committed
Fix broken links in README.
1 parent 0b62d93 commit cfcf1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ Either a ``dataAdapter`` or ``dataAdapterConfig`` must be present.
207207

208208
**Default:** ``process.cwd() + '/'`` - Current working directory of the node process
209209

210-
- ``errorHandler`` *Optional* Callback for [Express.js errors](http://expressjs.com/guide.html#error-handling).
210+
- ``errorHandler`` *Optional* Callback for [Express.js errors](http://expressjs.com/guide/error-handling).
211211

212212
**Example** ``function (err, req, res, next) { }``
213213

214214

215-
- ``notFoundHandler`` *Optional* - Callback for [Express.js not found errors](http://expressjs.com/guide.html#error-handling)
215+
- ``notFoundHandler`` *Optional* - Callback for [Express.js not found errors](http://expressjs.com/guide/error-handling)
216216

217217
**Example** ``function (req, res, next) { }``
218218

0 commit comments

Comments
 (0)