Skip to content

Commit f2165a6

Browse files
committed
fix report link
Signed-off-by: Dinne Kopelevich <[email protected]>
1 parent aaf91af commit f2165a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/js/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function projectCardTemplate(data) {
1717
return `
1818
<div class="usa-card-outer outer-project-template">
1919
<div class="usa-card-middle">
20-
<a href="${ data.url }/${ data.owner }/${ data.name }/" class="href-home">
20+
<a href="/metrics/${ data.owner }/${ data.name }/" class="href-home">
2121
<div class="usa-card__container container-project-template">
2222
<div class="text-container-project-template">
2323
<div class="usa-card__header header-project-template">

0 commit comments

Comments
 (0)