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 1b2c7a4 commit fb5dd63Copy full SHA for fb5dd63
app/code/Magento/Theme/view/frontend/templates/html/bugreport.phtml
@@ -6,7 +6,7 @@
6
?>
7
<small class="bugs">
8
<span><?= $block->escapeHtml(__('Help Us Keep Magento Healthy')) ?></span>
9
- <a href="http://www.magentocommerce.com/bug-tracking"
+ <a href="https://github.com/magento/magento2/issues"
10
target="_blank" title="<?= $block->escapeHtmlAttr(__('Report All Bugs')) ?>">
11
<?= $block->escapeHtml(__('Report All Bugs')) ?>
12
</a>
0 commit comments