Skip to content

Commit c1030de

Browse files
authored
Footer > update old link with Github issues
1 parent b9101b1 commit c1030de

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/view/frontend/templates/html

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/footer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="footer">
99
<?= $block->getChildHtml() ?>
1010
<p class="bugs"><?= $block->escapeHtml(__('Help Us Keep Magento Healthy')) ?> - <a
11-
href="http://www.magentocommerce.com/bug-tracking"
11+
href="https://github.com/magento/magento2/issues"
1212
target="_blank"><strong><?= $block->escapeHtml(__('Report All Bugs')) ?></strong></a>
1313
</p>
1414
<address><?= $block->escapeHtml($block->getCopyright()) ?></address>

0 commit comments

Comments
 (0)