mozilla / web-ext

A command line tool to help build, run, and test web extensions
Mozilla Public License 2.0
2.63k stars 336 forks source link

Links in README file to extensionworkshop.com not working #3152

Closed garnetred closed 1 month ago

garnetred commented 1 month ago

Is this a feature request or a bug?

bug

What is the current behavior?

The links to the commands run, lint, build, sign, and docs in the README are not working. If you click each link, you instead see this window:

<Error>
   <Code>NoSuchKey</Code>
   <Message>The specified key does not exist.</Message>
   <Details>No such object: extensionworkshop-prod-bucket/documentation/develop/web-ext-command-reference</Details>
</Error>

What is the expected or desired behavior?

The links should link to different sections of the documentation on the Extension Workshop site.

Version information (for bug reports)

node --version && npm --version && web-ext --version

n/a