Skip to content

Commit

Permalink
Merge pull request #13208 from LeaDevelop/issue#12840-correct-href-value
Browse files Browse the repository at this point in the history
#12840 Issue - Correct href value
  • Loading branch information
anthonydillon authored Oct 6, 2023
2 parents 0d93203 + 595c43f commit 9945722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/templates/_footer-copyright-and-legal.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="" class="p-link--soft js-revoke-cookie-manager"><small>Manage your tracker settings</small></a>
</li>
<li class="p-inline-list__item">
<a class="p-link--soft" href="https://github.com/canonical-websites/www.ubuntu.com/issues/new" id="report-a-bug">
<a class="p-link--soft" href="https://github.com/canonical/ubuntu.com/issues/new" id="report-a-bug">
<small>Report a bug on this site</small>
</a>
</li>
Expand Down

0 comments on commit 9945722

Please sign in to comment.