From 113ae19af39aea482685937a3608b51208c9676b Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 18 May 2020 16:37:19 +0900 Subject: [PATCH] update homepage url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 078302c7..3e13931a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "Faster subsequent page-loads by prefetching in-viewport links during idle time", "repository": "https://github.com/GoogleChromeLabs/quicklink.git", - "homepage": "https://github.com/GoogleChromeLabs/quicklink", + "homepage": "https://getquick.link/", "bugs": { "url": "https://github.com/GoogleChromeLabs/quicklink/issues" },