From 685e10890509ab10a41595ae557d441e34621c84 Mon Sep 17 00:00:00 2001
From: Thomas Rientjes <synzvato@protonmail.com>
Date: Wed, 2 Mar 2016 14:57:48 +0100
Subject: [PATCH] Resolve #48 by removing locale segments

---
 README.md                | 10 +++++-----
 data/_audit/package.json |  4 ++--
 package.json             |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 7ac1dd9..7e6ab4e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Decentraleyes
 =============
 
-A [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes) that emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required.
+A [Firefox add-on](https://addons.mozilla.org/firefox/addon/decentraleyes) that emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required.
 
 > **Note:** Decentraleyes is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make Decentraleyes block requests for any missing CDN resources, too.
 
@@ -29,12 +29,12 @@ Do you master a non-supported language? Please help out by translating this add-
 
 ## Contributing Code
 
-Suggestions in the form of **Issues** and contributions in the form of **Pull Requests** are highly welcome. You can also use the contact details and PGP key on the add-on [download page](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes) to get in touch.
+Suggestions in the form of **Issues** and contributions in the form of **Pull Requests** are highly welcome. You can also use the contact details and PGP key on the add-on [download page](https://addons.mozilla.org/firefox/addon/decentraleyes) to get in touch.
 
 #### Prerequisites
 
-* Jetpack Manager [jpm](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm#Installation) (a Node-based replacement for cfx).
-* Firefox version 38 or later. *If you need to work with earlier versions of Firefox, you'll need to use the old cfx tool. See instructions for [getting started with cfx](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started).
+* Jetpack Manager [jpm](https://developer.mozilla.org/Add-ons/SDK/Tools/jpm#Installation) (a Node-based replacement for cfx).
+* Firefox version 38 or later. *If you need to work with earlier versions of Firefox, you'll need to use the old cfx tool. See instructions for [getting started with cfx](https://developer.mozilla.org/Add-ons/SDK/Tutorials/Getting_started).
 
 #### Build Instructions (Unix)
 
@@ -44,4 +44,4 @@ Suggestions in the form of **Issues** and contributions in the form of **Pull Re
 
 ## License
 
-[MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0).
+[MPL 2.0](https://www.mozilla.org/MPL/2.0).
diff --git a/data/_audit/package.json b/data/_audit/package.json
index fedbcf2..4e5cc79 100644
--- a/data/_audit/package.json
+++ b/data/_audit/package.json
@@ -2,9 +2,9 @@
   "name": "decentraleyes-audit",
   "version": "1.3.0",
   "author": "Thomas Rientjes",
-  "license": "MPL 2.0",
+  "license": "MPL-2.0",
   "description": "Library audit tool for Decentraleyes.",
-  "repository": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
+  "repository": "https://addons.mozilla.org/firefox/addon/decentraleyes",
   "keywords": [
     "decentraleyes",
     "audit"
diff --git a/package.json b/package.json
index 068455c..1fac396 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "title": "Decentraleyes",
   "version": "1.2.2",
   "main": "lib/main.js",
-  "homepage": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes",
+  "homepage": "https://addons.mozilla.org/firefox/addon/decentraleyes",
   "name": "decentraleyes",
   "id": "jid1-BoFifL9Vbdl2zQ@jetpack",
   "engines": {
-- 
GitLab