We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9101b1 commit c1030deCopy full SHA for c1030de
app/code/Magento/Theme/view/frontend/templates/html/footer.phtml
@@ -8,7 +8,7 @@
8
<div class="footer">
9
<?= $block->getChildHtml() ?>
10
<p class="bugs"><?= $block->escapeHtml(__('Help Us Keep Magento Healthy')) ?> - <a
11
- href="http://www.magentocommerce.com/bug-tracking"
+ href="https://github.com/magento/magento2/issues"
12
target="_blank"><strong><?= $block->escapeHtml(__('Report All Bugs')) ?></strong></a>
13
</p>
14
<address><?= $block->escapeHtml($block->getCopyright()) ?></address>
0 commit comments