From eaf3556e3ded9dd84815a8ae5b532121c9488e90 Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 1 Oct 2019 14:46:22 +0900 Subject: [PATCH] docs(readme): fix broken link (#1491) replace old link toward docs directory to direct external link to docs website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158e1a0a9..421f0fb31 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you use multiples registries in your organization and need to fetch packages ### Override public packages -If you want to use a modified version of some 3rd-party package (for example, you found a bug, but maintainer didn't accept pull request yet), you can publish your version locally under the same name. See in detail each of these [use cases](https://github.com/verdaccio/verdaccio/tree/master/docs/use-cases.md). +If you want to use a modified version of some 3rd-party package (for example, you found a bug, but maintainer didn't accept pull request yet), you can publish your version locally under the same name. See in detail [here](https://verdaccio.org/docs/en/best#override-public-packages). ### E2E Testing