Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Sep 29, 2023
1 parent 08ca40d commit 04116c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function update() {
description: n.description,
keywords: n.keywords,
updated_at: n.time.modified,
url: "http:https://" + registryHost + "/-/web/details/" + n.name
url: registryHost + "/-/web/details/" + n.name
}

if (moduleDetails.types.length) {
Expand Down

0 comments on commit 04116c6

Please sign in to comment.