From ba1c55b6d852814afbadf5a8d30a3c24bfa6d8ee Mon Sep 17 00:00:00 2001
From: el00ruobuob <bruno.labour@gmail.com>
Date: Tue, 31 Jul 2018 09:39:27 +0200
Subject: [PATCH] Update wikipedia link for etc/hosts to
 `https://en.wikipedia.org/wiki/Hosts_(file)`

---
 _i18n/ar/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/ar/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/ar/resources/moneropedia/subscription.md            | 2 +-
 _i18n/en/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/en/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/en/resources/moneropedia/subscription.md            | 2 +-
 _i18n/es/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/es/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/es/resources/moneropedia/subscription.md            | 2 +-
 _i18n/fr/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/fr/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/fr/resources/moneropedia/subscription.md            | 2 +-
 _i18n/it/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/it/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/it/resources/moneropedia/subscription.md            | 2 +-
 _i18n/pl/resources/moneropedia/canonically-unique-host.md | 2 +-
 _i18n/pl/resources/moneropedia/locally-unique-host.md     | 2 +-
 _i18n/pl/resources/moneropedia/subscription.md            | 2 +-
 resources/moneropedia/canonically-unique-host.md          | 2 +-
 resources/moneropedia/locally-unique-host.md              | 2 +-
 resources/moneropedia/subscription.md                     | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/_i18n/ar/resources/moneropedia/canonically-unique-host.md b/_i18n/ar/resources/moneropedia/canonically-unique-host.md
index fb783b74..a3a53412 100644
--- a/_i18n/ar/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/ar/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/_i18n/ar/resources/moneropedia/locally-unique-host.md b/_i18n/ar/resources/moneropedia/locally-unique-host.md
index 3d3f527c..c0131d4b 100644
--- a/_i18n/ar/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/ar/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 {% include untranslated.html %}
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/_i18n/ar/resources/moneropedia/subscription.md b/_i18n/ar/resources/moneropedia/subscription.md
index b0c04c7d..fc76e9b5 100644
--- a/_i18n/ar/resources/moneropedia/subscription.md
+++ b/_i18n/ar/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/_i18n/en/resources/moneropedia/canonically-unique-host.md b/_i18n/en/resources/moneropedia/canonically-unique-host.md
index c1138992..82e8ffff 100644
--- a/_i18n/en/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/en/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/_i18n/en/resources/moneropedia/locally-unique-host.md b/_i18n/en/resources/moneropedia/locally-unique-host.md
index 3ce7f860..23bddcab 100644
--- a/_i18n/en/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/en/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/_i18n/en/resources/moneropedia/subscription.md b/_i18n/en/resources/moneropedia/subscription.md
index b7411df5..37827b7c 100644
--- a/_i18n/en/resources/moneropedia/subscription.md
+++ b/_i18n/en/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/_i18n/es/resources/moneropedia/canonically-unique-host.md b/_i18n/es/resources/moneropedia/canonically-unique-host.md
index c1138992..82e8ffff 100644
--- a/_i18n/es/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/es/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/_i18n/es/resources/moneropedia/locally-unique-host.md b/_i18n/es/resources/moneropedia/locally-unique-host.md
index 3ce7f860..23bddcab 100644
--- a/_i18n/es/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/es/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/_i18n/es/resources/moneropedia/subscription.md b/_i18n/es/resources/moneropedia/subscription.md
index b7411df5..37827b7c 100644
--- a/_i18n/es/resources/moneropedia/subscription.md
+++ b/_i18n/es/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/_i18n/fr/resources/moneropedia/canonically-unique-host.md b/_i18n/fr/resources/moneropedia/canonically-unique-host.md
index c1138992..82e8ffff 100644
--- a/_i18n/fr/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/fr/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/_i18n/fr/resources/moneropedia/locally-unique-host.md b/_i18n/fr/resources/moneropedia/locally-unique-host.md
index 3ce7f860..23bddcab 100644
--- a/_i18n/fr/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/fr/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/_i18n/fr/resources/moneropedia/subscription.md b/_i18n/fr/resources/moneropedia/subscription.md
index b7411df5..37827b7c 100644
--- a/_i18n/fr/resources/moneropedia/subscription.md
+++ b/_i18n/fr/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/_i18n/it/resources/moneropedia/canonically-unique-host.md b/_i18n/it/resources/moneropedia/canonically-unique-host.md
index c1138992..82e8ffff 100644
--- a/_i18n/it/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/it/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/_i18n/it/resources/moneropedia/locally-unique-host.md b/_i18n/it/resources/moneropedia/locally-unique-host.md
index 3ce7f860..23bddcab 100644
--- a/_i18n/it/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/it/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/_i18n/it/resources/moneropedia/subscription.md b/_i18n/it/resources/moneropedia/subscription.md
index b7411df5..37827b7c 100644
--- a/_i18n/it/resources/moneropedia/subscription.md
+++ b/_i18n/it/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/_i18n/pl/resources/moneropedia/canonically-unique-host.md b/_i18n/pl/resources/moneropedia/canonically-unique-host.md
index 266b0c41..febe72c5 100644
--- a/_i18n/pl/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/pl/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ Zasadniczy unikalny host jest [Pełną, Jednoznaczną Nazwą Domenową] (https:/
 
 Zasadniczy unikalny host jest definiowany przez zdalne autorytatywne źródła,  przeważnie za pomocą [Systemu Nazw Domenowych](https://en.wikipedia.org/wiki/DNS). Podczas rozwiązywania nazwy hosta peera najprawdopodobniej użyjesz zewnętrznego źródła do rozwiązania, chyba że zaimplementowano jedno z następujących:
 
-- plik bazy danych podobny do [plików hosta](https://en.wikipedia.org/wiki/etc/hosts)
+- plik bazy danych podobny do [plików hosta](https://en.wikipedia.org/wiki/Hosts_(file))
 - rezolwera wewnętrznej sieci (który pobiera z zewnętrznych źródeł).
 
 ### Adnotacje
diff --git a/_i18n/pl/resources/moneropedia/locally-unique-host.md b/_i18n/pl/resources/moneropedia/locally-unique-host.md
index 5bb96e85..3f50dd05 100644
--- a/_i18n/pl/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/pl/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "Host zdefiniowany i ustalony wyłącznie przez ciebie."
 
 ### Podstawy
 
-Lokalnie unikalny host jest [Pełną, Jendoznaczną Nazwą Domenową](https://en.wikipedia.org/wiki/FQDN) definiowaną przez **ciebie** i ustaloną wyłącznie przez ciebie, podobnie do tego, jak wdrażane są [pliki hosts](https://en.wikipedia.org/wiki/etc/hosts). Nie należy go mylić z @zasadniczym-unikalnym-hostem.
+Lokalnie unikalny host jest [Pełną, Jendoznaczną Nazwą Domenową](https://en.wikipedia.org/wiki/FQDN) definiowaną przez **ciebie** i ustaloną wyłącznie przez ciebie, podobnie do tego, jak wdrażane są [pliki hosts](https://en.wikipedia.org/wiki/Hosts_(file)). Nie należy go mylić z @zasadniczym-unikalnym-hostem.
 
 ### Szczegółowe informacje
 
diff --git a/_i18n/pl/resources/moneropedia/subscription.md b/_i18n/pl/resources/moneropedia/subscription.md
index 85f52987..27d6675e 100644
--- a/_i18n/pl/resources/moneropedia/subscription.md
+++ b/_i18n/pl/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ Subskrypcja jest plikiem, który zawiera listę hostów `.i2p` sparowanych z odp
 
 ### Szczegółowe informacje
 
-Podobnie do tego, jak [plik hostów](https://en.wikipedia.org/wiki/etc/hosts) łączy nazwę hostu internetowego z konkretnym adresem, subskrypcja przypisuje adres `.i2p` do @adresu-base64 poprzez użycie następującego formatu (bez spacji): `host=address`
+Podobnie do tego, jak [plik hostów](https://en.wikipedia.org/wiki/Hosts_(file)) łączy nazwę hostu internetowego z konkretnym adresem, subskrypcja przypisuje adres `.i2p` do @adresu-base64 poprzez użycie następującego formatu (bez spacji): `host=address`
 
 Dokładniej, subskrypcja paruje @lokalnie-unikalny-host z @adresem-base64.
 
diff --git a/resources/moneropedia/canonically-unique-host.md b/resources/moneropedia/canonically-unique-host.md
index c1138992..82e8ffff 100644
--- a/resources/moneropedia/canonically-unique-host.md
+++ b/resources/moneropedia/canonically-unique-host.md
@@ -14,7 +14,7 @@ A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that w
 
 A Canonically-unique host is defined by remote authoritative sources; usually through [DNS](https://en.wikipedia.org/wiki/DNS). When resolving a peer's hostname, you will most likely use an external source for resolution unless you have the following implemented:
 
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/etc/hosts)
+- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
 - an internal-network resolver (which eventually pulls from external sources)
 
 ### Notes
diff --git a/resources/moneropedia/locally-unique-host.md b/resources/moneropedia/locally-unique-host.md
index 3ce7f860..23bddcab 100644
--- a/resources/moneropedia/locally-unique-host.md
+++ b/resources/moneropedia/locally-unique-host.md
@@ -8,7 +8,7 @@ summary: "A host defined by you and resolved only by you"
 
 ### The Basics
 
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) is implemented. Not to be confused with @canonically-unique-host.
+A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
 
 ### In-depth information
 
diff --git a/resources/moneropedia/subscription.md b/resources/moneropedia/subscription.md
index 77e81ff5..164cc5cd 100644
--- a/resources/moneropedia/subscription.md
+++ b/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
-- 
GitLab