From 775efb1dab7eb57c191a85c9e37d031a0516b519 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Fri, 9 Jul 2021 16:14:37 +0200
Subject: [PATCH] Update old live.gnome.org links to wiki.gnome.org

Avoid some redirects which makes us incur into rate limiting when
validating links.

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 content/architecture/web-engine.md       | 2 +-
 content/concepts/global-search.md        | 4 ++--
 content/concepts/internationalization.md | 2 +-
 content/concepts/robustness.md           | 2 +-
 content/concepts/security.md             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/architecture/web-engine.md b/content/architecture/web-engine.md
index 0e77082c7..669e926a6 100644
--- a/content/architecture/web-engine.md
+++ b/content/architecture/web-engine.md
@@ -102,4 +102,4 @@ compared to a solution that makes all native libraries available.
 
 [Web]: https://wiki.gnome.org/Apps/Web
 
-[Epiphany]: https://live.gnome.org/Epiphany
+[Epiphany]: https://wiki.gnome.org/Epiphany
diff --git a/content/concepts/global-search.md b/content/concepts/global-search.md
index 971ebe286..35fa25322 100644
--- a/content/concepts/global-search.md
+++ b/content/concepts/global-search.md
@@ -924,9 +924,9 @@ document, new software components will need to be created:
 
 [Evolution-data-server]: https://wiki.gnome.org/Apps/Evolution/EDS_Architecture
 
-[Folks]: https://live.gnome.org/Folks
+[Folks]: https://wiki.gnome.org/Folks
 
-[Grilo]: https://live.gnome.org/Grilo
+[Grilo]: https://wiki.gnome.org/Grilo
 
 [OpenSearch]: http://www.opensearch.org/
 
diff --git a/content/concepts/internationalization.md b/content/concepts/internationalization.md
index ec0ef1fed..3fdec9f46 100644
--- a/content/concepts/internationalization.md
+++ b/content/concepts/internationalization.md
@@ -792,7 +792,7 @@ This graph illustrates their work-flow:
 
 [qt-language-switching]: https://wiki.qt.io/How_to_create_a_multi_language_application
 
-[gnome-translation-contribute]: https://live.gnome.org/TranslationProject/ContributeTranslations
+[gnome-translation-contribute]: https://wiki.gnome.org/TranslationProject/ContributeTranslations
 
 [Poedit]: http://www.poedit.net/
 
diff --git a/content/concepts/robustness.md b/content/concepts/robustness.md
index 6e54e1999..af62e871e 100644
--- a/content/concepts/robustness.md
+++ b/content/concepts/robustness.md
@@ -774,7 +774,7 @@ the filesystem is
 
 [GSettings]: http://developer.gnome.org/gio/stable/GSettings.html
 
-[dconf]: https://live.gnome.org/dconf
+[dconf]: https://wiki.gnome.org/dconf
 
 [GKeyFile]: https://developer.gnome.org/glib/stable/glib-Key-value-file-parser.html
 
diff --git a/content/concepts/security.md b/content/concepts/security.md
index 548da1aa7..5f1a0286e 100644
--- a/content/concepts/security.md
+++ b/content/concepts/security.md
@@ -2076,7 +2076,7 @@ from iterating on an implementation.
 
 [Data Sharing]:  {{< ref "data_sharing.md" >}} 
 
-[PolicyKit]: http://live.gnome.org/PolicyKit
+[PolicyKit]: https://wiki.gnome.org/PolicyKit
 
 [Android-responsiveness]: http://developer.android.com/guide/practices/design/responsiveness.html
 
-- 
GitLab