From daf32cdaf8915ac3413297487b07b169383cf650 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 24 Dec 2019 10:40:58 +0100 Subject: [PATCH] chore: fix homepage link in package.json --- packages/replace/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/replace/package.json b/packages/replace/package.json index 823d6455b..cf4cf964d 100644 --- a/packages/replace/package.json +++ b/packages/replace/package.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": "rollup/plugins", "author": "Rich Harris ", - "homepage": "https://github.com/rollup/plugins/packages/replace/#readme", + "homepage": "https://github.com/rollup/plugins/tree/master/packages/replace#readme", "bugs": "https://github.com/rollup/plugins/issues", "main": "dist/rollup-plugin-replace.cjs.js", "scripts": {