Commit cfcf1a3 Josh Callender
committed
1 parent 0b62d93 commit cfcf1a3 Copy full SHA for cfcf1a3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ Either a ``dataAdapter`` or ``dataAdapterConfig`` must be present.
207
207
208
208
** Default:** `` process.cwd() + '/' `` - Current working directory of the node process
209
209
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 ) .
211
211
212
212
** Example** `` function (err, req, res, next) { } ``
213
213
214
214
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 )
216
216
217
217
** Example** `` function (req, res, next) { } ``
218
218
You can’t perform that action at this time.
0 commit comments