Fix health version link

This commit is contained in:
Nassim Jahnke 2023-03-27 19:38:34 +02:00
parent be8094a967
commit 326653345d
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -29,7 +29,7 @@ useHead(useSeo(i18n.t("health.title"), null, route, null));
<ul class="max-h-xs overflow-auto">
<li v-for="project in healthReport.missingFiles" :key="project.namespace.slug + project.namespace.owner">
<Link :to="'/' + project.namespace.owner + '/' + project.namespace.slug + '/' + project.versionString">
<Link :to="'/' + project.namespace.owner + '/' + project.namespace.slug + '/versions/' + project.versionString">
{{ project.namespace.owner + "/" + project.namespace.slug + "/" + project.versionString + " (" + project.platforms + ")" }}
</Link>
</li>