diff --git a/themes/cp_auth/_layout.php b/themes/cp_auth/_layout.php
index 57933dcc9abdcc2ccb7b321db9c2a105844e1603..0767cd0202d35248545cee2b09d4ac7061ed0208 100644
--- a/themes/cp_auth/_layout.php
+++ b/themes/cp_auth/_layout.php
@@ -33,7 +33,7 @@
 		<?= $this->renderSection('footer') ?>
 		<small class="py-4 text-center border-t border-subtle"><?= lang('Common.powered_by', [
 		    'castopod' =>
-		        '<a class="inline-flex font-semibold hover:underline focus:ring-accent" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>',
+		        '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>',
 		]) ?></small>
 	</footer>
 </body>