(In reply to ntshangase from comment #4) > I believe I have made progress, I have found the **support-link** which I need to change to a **moz-support-link**. There are 3 instance of this support-link which I think I need to change all 3 because the only difference is whether the user is on: > 1. addon-detail-private-browsing-help > 2. detail-private-disallowed-description2 > 3. detail-private-required-description2 > > here is the link to the code I have found: https://paste.mozilla.org/t8gHnMWi In the future, you can use searchfox.org to link to places in the code. [For example, here's the code you posted but in searchfox](https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.html#291-305). It's a very powerful indexing tool and extremely helpful 🙂 I was unaware of these other "support-links" that you posted, so it seems reasonable to replace them all. You can either replace these all at once (in one commit), or replace each link in a new commit. After changing the "support-links" over to "moz-support-links", again, please verify that the links take you to support.mozilla.org pages. Feel free to needinfo me if you need more help!
Bug 1820616 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to ntshangase from comment #4) > I believe I have made progress, I have found the **support-link** which I need to change to a **moz-support-link**. There are 3 instance of this support-link which I think I need to change all 3 because the only difference is whether the user is on: > 1. addon-detail-private-browsing-help > 2. detail-private-disallowed-description2 > 3. detail-private-required-description2 > > here is the link to the code I have found: https://paste.mozilla.org/t8gHnMWi In the future, you can use https://searchfox.org/ to link to places in the code. [For example, here's the code you posted but in searchfox](https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.html#291-305). It's a very powerful indexing tool and extremely helpful 🙂 I was unaware of these other "support-links" that you posted, so it seems reasonable to replace them all. You can either replace these all at once (in one commit), or replace each link in a new commit. After changing the "support-links" over to "moz-support-links", again, please verify that the links take you to support.mozilla.org pages. Feel free to needinfo me if you need more help!