Przeglądaj źródła

removed language from links pointing to AMO (cf issue #202)

Gildas 6 lat temu
rodzic
commit
b2887f2ecb
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 3 3
      README.MD
  2. 1 1
      faq.md

+ 3 - 3
README.MD

@@ -23,7 +23,7 @@ https://www.youtube.com/watch?v=RdV8DBW5b0g
 
 ## Install
 SingleFile can be installed:
- - via the Firefox Add-ons website: https://addons.mozilla.org/en-US/firefox/addon/single-file,
+ - via the Firefox Add-ons website: https://addons.mozilla.org/addon/single-file,
  - via the Chrome Web Store: https://chrome.google.com/extensions/detail/mpiodijhokgodhhofbcjdecpffjipkle,
  - by downloading the zip file (https://github.com/gildas-lormeau/SingleFile/archive/master.zip) and installing it manually.
 
@@ -52,13 +52,13 @@ SingleFile can be installed:
  - See the extension help in the options page for more detailed information about the options and technical notes.
 
 ## Release notes
-See https://addons.mozilla.org/en-US/firefox/addon/single-file/versions
+See https://addons.mozilla.org/firefox/addon/single-file/versions/
 
 ## FAQ
 See https://github.com/gildas-lormeau/SingleFile/blob/master/faq.md
 
 ## Statistics (Firefox)
-See https://addons.mozilla.org/en-US/firefox/addon/single-file/statistics/?last=90
+See https://addons.mozilla.org/firefox/addon/single-file/statistics/?last=90
 
 ## Command Line Interface
  - You can save web pages to HTML from the command line interface. See here for more info: https://github.com/gildas-lormeau/SingleFile/blob/master/cli/README.MD.

+ 1 - 1
faq.md

@@ -3,7 +3,7 @@
 ## Does SingleFile upload any data to third-party servers?
 As stated in the [privacy policy](https://github.com/gildas-lormeau/SingleFile/blob/master/privacy.md), SingleFile does not upload any data to third-party servers. All the work is done in your browser. However, when you save a page with SingleFile, it can download resources (images, CSS, frame contents, fonts etc.) that are not displayed or not cached but present in the page.
 
-## Why can't I save some pages like https://addons.mozilla.org/en-US/firefox/addon/single-file?
+## Why can't I save some pages like https://addons.mozilla.org/addon/single-file?
 For security purposes, browsers block web extensions on certain domains. This prevents a malicious extension to remove or change bad reviews, for example.
 
 ## Why isn't the infobar displayed / Why cannot I save a page from the filesystem in Chrome?