aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/templates/package_c.html2
-rw-r--r--server/templates/package_cp.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/server/templates/package_c.html b/server/templates/package_c.html
index a5a875e..e4caaa2 100644
--- a/server/templates/package_c.html
+++ b/server/templates/package_c.html
@@ -12,7 +12,7 @@ Top CPs:</br>
<th>Hosts</th>
</tr>
$for p in pdata['TOP_CP']:
- <tr><td><a href="package/$p['CAT']">$p['CAT']</a></td>
+ <tr><td><a href="$p['CAT']">$p['CAT']</a></td>
<td><a href="$p['CAT']/$p['PKG']">$p['PKG']</a></td>
<td>$p['HOST_COUNT']</td></tr>
</table>
diff --git a/server/templates/package_cp.html b/server/templates/package_cp.html
index 6297e0b..d61aefd 100644
--- a/server/templates/package_cp.html
+++ b/server/templates/package_cp.html
@@ -12,8 +12,8 @@ Top CPVs:</br>
<th>Hosts</th>
</tr>
$for p in pdata['TOP_CPV']:
- <tr><td><a href="package/$p['CAT']">$p['CAT']</a>
- </td><td><a href="$p['CAT']/$p['PKG']">$p['PKG']<a>
+ <tr><td><a href="../$p['CAT']">$p['CAT']</a>
+ </td><td><a href="$p['PKG']">$p['PKG']<a>
</td><td><a href="$p['PKG']-$p['VER']">$p['VER']</a>
</td><td>$p['HOST_COUNT']</td></tr>
</table>