Addons-server: Update MDN links to point to Extension Workshop

Created on 5 Feb 2020  路  7Comments  路  Source: mozilla/addons-server

AMO has a few links that point to MDN and haven't been updated to EW. We should update the links to point to where they redirect.

Example: https://github.com/mozilla/addons-server/blob/134723e103483404636f358367d7ed3511465399/src/olympia/devhub/templates/devhub/addons/submit/source.html#L20

assigned good first bug mentor assigned p3 verified fixed

Most helpful comment

Easiest way to fix this in this instance is to replace the ''' a few lines below by ''' # noqa (note the 2 spaces after the three single quotes). That will tell our linter tool to ignore that part.

All 7 comments

Links to be updated in /src/olympia/devhub/templates/devhub/addons/submit/:

Note that all files in the folder need to be checked for links to update.

Links to be updated on addons-server/src/olympia/devhub/templates/devhub/agreement.html :

If this is your first contribution, please refer to https://wiki.mozilla.org/Add-ons/Contribute/Code on how to get started.

Mentor: @bobsilverberg

Yes.

I submitted PR again.
The URL is more than 80 characters long. Should I write less than 79 characters without exception?

Easiest way to fix this in this instance is to replace the ''' a few lines below by ''' # noqa (note the 2 spaces after the three single quotes). That will tell our linter tool to ignore that part.

Thanks :)
I solved lint issue and submitted PR again.

@caitmuenster

I verified this on AMO dev with FF73(Win10). The following EW are available while making an add-on submission:
More information on Developer Accounts
More information on Add-on Distribution and Signing
source code submission policy
policy requirements

If there's anything else I should check on please let me know. Thanks!

Was this page helpful?
0 / 5 - 0 ratings