diff --git a/themes/finc/templates/footer.phtml b/themes/finc/templates/footer.phtml index 84f5889dedc9eb21d4cbde5d569ade948cc4e20b..029e561e92ee56b68b4f1d77bfefac4276eb8a57 100644 --- a/themes/finc/templates/footer.phtml +++ b/themes/finc/templates/footer.phtml @@ -37,7 +37,7 @@ <div class="footer-column"> <?=$this->layout()->poweredBy?> <span>Powered by</span> - <a href="https://www.vufind.org" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind_logo.png')?>" alt="powered by VuFind - VuFind Logo"/></a> + <a href="https://vufind.org/" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind_logo.png')?>" alt="powered by VuFind - VuFind Logo"/></a> <a href="http://blog.finc.info" title="Blog FinC-Team" target="_blank"><img src="<?=$this->imageLink('finc_logo.png')?>" alt="powered by finc - finc Logo"/></a> </div> </div>