Skip to content

Commit

Permalink
fix(route): Microsoft Artifact Registry route (#16018)
Browse files Browse the repository at this point in the history
  • Loading branch information
margani authored Jun 28, 2024
1 parent ebff6c5 commit 8835ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/microsoft/mcr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function handler(ctx) {
description: descriptionItems.join('<br />'),
pubDate: new Date(tag.lastModifiedDate),
guid: `mcr::${product}::${tag.name}::${tag.digest}`,
link: `https://mcr.microsoft.com/en-us/product/${product}/tags/${tag.name}`,
link: `https://mcr.microsoft.com/en-us/product/${product}/tags?name=${tag.name}&digest=${tag.digest}`,
};
}),
};
Expand Down

0 comments on commit 8835ab9

Please sign in to comment.