From 99d162cadcad8cd02bca30a775793a3eca8664a9 Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Wed, 2 Aug 2023 23:35:14 +0200 Subject: [PATCH] Fix link to homepage When visiting the www-variant, a `SSL_ERROR_INTERNAL_ERROR_ALERT` error is displayed by the browser. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7298cd0e..186b8093 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "handlebars", "version": "5.0.0-alpha.1", "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration", - "homepage": "https://www.handlebarsjs.com/", + "homepage": "https://handlebarsjs.com/", "keywords": [ "handlebars", "mustache",