diff --git a/docs/options.md b/docs/options.md index e6adb4e4d..7e210445e 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1,6 +1,6 @@ # Options -General options shared with all strategies. See [defaults.js](lib/defaults.js) for defaults. +General options shared with all strategies. See [defaults.js](https://github.com/nuxt-community/auth-module/blob/master/lib/module/defaults.js) for defaults. ### `redirect` @@ -11,7 +11,7 @@ redirect: { login: '/login', logout: '/', callback: '/login', - user: '/' + home: '/' } ```