Skip to content

Commit 50d7f2e

Browse files
Merge remote-tracking branch '37188/patch-22' into comm_jul
2 parents 3b5d215 + fb5dd63 commit 50d7f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
?>
77
<small class="bugs">
88
<span><?= $block->escapeHtml(__('Help Us Keep Magento Healthy')) ?></span>
9-
<a href="http://www.magentocommerce.com/bug-tracking"
9+
<a href="https://github.com/magento/magento2/issues"
1010
target="_blank" title="<?= $block->escapeHtmlAttr(__('Report All Bugs')) ?>">
1111
<?= $block->escapeHtml(__('Report All Bugs')) ?>
1212
</a>

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)