Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit ad04f3f

Browse files
committed
BUG: refs #0350. Fix the link to the bug tracker to point to the MIDAS one
1 parent 1fc0272 commit ad04f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/layouts/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ echo $this->doctype()
303303
<?php
304304
echo $this->t('Generated in').' '.$this->generatedTimer." s";
305305
?>
306-
- <a href="http://public.kitware.com/Bug/my_view_page.php"><?php echo $this->t('Report bug');?></a>
306+
- <a href="http://public.kitware.com/MidasBT/my_view_page.php"><?php echo $this->t('Report bug');?></a>
307307
</div>
308308
</div>
309309
<hr style="display: none;"/>

0 commit comments

Comments
 (0)