This website provides convenient URLs to redirect users to proper store.
- https://get.lmem.net/firefox redirects to the Firefox LMEM addon page on addons.mozilla.org.
- https://get.lmem.net/chrome redirects to the Chromium LMEM extesion page on the Chrome Web Store.
- So on so forth...
- Open the corresponding file (i.e.
firefox.html
for Firefox). - Edit the 4th line:
<script>
var redirectUrl = 'https://addons.mozilla.org/fr-FR/firefox/addon/lmem/';
</script>
- Commit Changes creating a new branch.
- Submit the pull request.
- Request approval.
- Merge the pull request.
- Remove the stale branch.
Then, the new URL is automatically deployed.
N.B. You must sign your commit.