File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Theme/view/frontend/templates/html Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
?>
7
7
<small class="bugs">
8
8
<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 "
10
10
target="_blank" title="<?= $ block ->escapeHtmlAttr (__ ('Report All Bugs ' )) ?> ">
11
11
<?= $ block ->escapeHtml (__ ('Report All Bugs ' )) ?>
12
12
</a>
Original file line number Diff line number Diff line change 8
8
<div class="footer">
9
9
<?= $ block ->getChildHtml () ?>
10
10
<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 "
12
12
target="_blank"><strong><?= $ block ->escapeHtml (__ ('Report All Bugs ' )) ?> </strong></a>
13
13
</p>
14
14
<address><?= $ block ->escapeHtml ($ block ->getCopyright ()) ?> </address>
You can’t perform that action at this time.
0 commit comments