From 9893e35b854621cce64af4bf6be2cff4fb892796 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Fri, 7 Aug 2020 18:27:12 -0400 Subject: [PATCH] docs: fix homepage 404 in npm package (#1458) Based on this comment I think this is the correct URL. https://github.com/protobufjs/protobuf.js/issues/1210#issuecomment-485744621 Co-authored-by: Alexander Fenster --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 433dc5ab5..e112343de 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "BSD-3-Clause", "repository": "protobufjs/protobuf.js", "bugs": "https://github.com/dcodeIO/protobuf.js/issues", - "homepage": "http://dcode.io/protobuf.js", + "homepage": "https://protobufjs.github.io/protobuf.js/", "keywords": [ "protobuf", "protocol-buffers",