Skip to content

Commit

Permalink
Fix details link
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Sep 29, 2023
1 parent 04116c6 commit c7c6637
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: registryHost + "/-/web/details/" + n.name
url: registryHost + "/-/web/detail/" + n.name
}

if (moduleDetails.types.length) {
Expand Down

0 comments on commit c7c6637

Please sign in to comment.