From 2c6bd5d98843d45bb2528ad750c8be135ecebc05 Mon Sep 17 00:00:00 2001 From: Deepu K Sasidharan Date: Sun, 23 Apr 2017 11:29:03 +0200 Subject: [PATCH] Correct url in README file The npmjs.com/package/swagger-ui-dist url in the readme is wrong as it tries to load within github domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7884ae3..71f11bc0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ To use swagger-ui's bundles, you should take a look at the [source of swagger-ui }) ``` -If you'd like to use the bundle files via npm, check out the [`swagger-ui-dist` package](npmjs.com/package/swagger-ui-dist). +If you'd like to use the bundle files via npm, check out the [`swagger-ui-dist` package](https://www.npmjs.com/package/swagger-ui-dist). #### Parameters