Update link to use redirect URL instead of direct URL

This commit is contained in:
Ruben 2025-10-21 21:57:37 +02:00
parent 08feb3bdbf
commit 9cb7638892

View file

@ -14,7 +14,7 @@
</a>
<?php endif; ?>
<h1>
<a href="<?= htmlspecialchars($item['url']) ?>">
<a href="<?= htmlspecialchars($item['redirect']) ?>">
<?= htmlspecialchars($item['title']) ?>
</a>
</h1>