From df53d9a73cea1918210531b2453a1925f1b16890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Spiekerk=C3=B6tter?= Date: Wed, 5 Jun 2019 15:56:37 +0200 Subject: [PATCH] Fix path to plugin extend documentation The link on the options page to the extend recipe was relative to the api directory but the file was not. --- docs/api/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/options.md b/docs/api/options.md index d049b0f08..fecef3681 100644 --- a/docs/api/options.md +++ b/docs/api/options.md @@ -110,7 +110,7 @@ Otherwise the auth token will be stored in a cookie named by default as: `auth._ If you have any nuxt plugin that depends on `$auth` you have to specify it here instead of top-level `plugins` option in `nuxt.config.js`. -See [Extending Auth Plugin](recipes/extend.md) +See [Extending Auth Plugin](/recipes/extend.md) ## `resetOnError`