From d7108aeed9e1cbca36b8c9c433e44f08056cf910 Mon Sep 17 00:00:00 2001 From: ayusharma Date: Mon, 25 Jun 2018 09:36:42 +0200 Subject: [PATCH] docs: update broken link in plugins --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index bd6bc5c51..96d0f1b7c 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -6,7 +6,7 @@ title: "Plugins" Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. -> If you are interested to develop your own plugin, read the [development](development.md) section. +> If you are interested to develop your own plugin, read the [development](dev-plugins.md) section. ## Usage