From 04116c69a7a2a4c6cb9d537c3093bb27492c7d53 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 29 Sep 2023 22:33:01 +0100 Subject: [PATCH] Fix links --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5c65326..7ed21de 100644 --- a/index.js +++ b/index.js @@ -75,7 +75,7 @@ function update() { description: n.description, keywords: n.keywords, updated_at: n.time.modified, - url: "http://" + registryHost + "/-/web/details/" + n.name + url: registryHost + "/-/web/details/" + n.name } if (moduleDetails.types.length) {