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.
https://developer.mozilla.org/Add-ons/Source_Code_Submission --> https://extensionworkshop.com/documentation/publish/source-code-submission/
https://developer.mozilla.org/en-US/Add-ons/Distribution --> https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/
Note that all files in the folder need to be checked for links to update.
If this is your first contribution, please refer to https://wiki.mozilla.org/Add-ons/Contribute/Code on how to get started.
Mentor: @bobsilverberg
I submitted patch :)
Should I also need to change the link below[0]?
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!
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.