From e616a5c12db17a5eccfb3f85d0a87260fcb304d3 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Fri, 9 Jul 2021 16:21:34 +0200
Subject: [PATCH] Avoid a bunch of wiki.gnome.org redirects

Skip another set of redirects so it's less likely that validating links
makes us fall into rate limiting.

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

diff --git a/content/architecture/web-engine.md b/content/architecture/web-engine.md
index 669e926a6..b20f4155d 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://wiki.gnome.org/Epiphany
+[Epiphany]: https://wiki.gnome.org/Apps/Web
diff --git a/content/concepts/global-search.md b/content/concepts/global-search.md
index 35fa25322..e54726dcb 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://wiki.gnome.org/Folks
+[Folks]: https://wiki.gnome.org/Projects/Folks
 
-[Grilo]: https://wiki.gnome.org/Grilo
+[Grilo]: https://wiki.gnome.org/Projects/Grilo
 
 [OpenSearch]: http://www.opensearch.org/
 
diff --git a/content/concepts/robustness.md b/content/concepts/robustness.md
index af62e871e..97f6d29dd 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://wiki.gnome.org/dconf
+[dconf]: https://wiki.gnome.org/Projects/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 5f1a0286e..4d3193476 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]: https://wiki.gnome.org/PolicyKit
+[PolicyKit]: https://wiki.gnome.org/Projects/PolicyKit
 
 [Android-responsiveness]: http://developer.android.com/guide/practices/design/responsiveness.html
 
diff --git a/content/concepts/ui-customisation.md b/content/concepts/ui-customisation.md
index 9ee4eb881..465b16fd4 100644
--- a/content/concepts/ui-customisation.md
+++ b/content/concepts/ui-customisation.md
@@ -1395,7 +1395,7 @@ to find examples of it in the source code.
 
 [deprecate Clutter]: https://www.bassi.io/articles/2014/07/29/guadec-2014-gsk/
 
-[GTK-roadmap]: https://wiki.gnome.org/Projects/GTK%2B/Roadmap
+[GTK-roadmap]: https://wiki.gnome.org/Projects/GTK/Roadmap
 
 [Prototype UIs]: https://github.com/gnome-design-team/gnome-mockups/blob/master/passwords-and-keys/passwords-and-keys.png
 
diff --git a/content/guides/connectivity-documentation.md b/content/guides/connectivity-documentation.md
index b134cb4ab..cd09d20d8 100644
--- a/content/guides/connectivity-documentation.md
+++ b/content/guides/connectivity-documentation.md
@@ -476,7 +476,7 @@ it is well-implemented and documented.
 
 [InitialAudio]: http://telepathy.freedesktop.org/spec/Channel_Type_Call.html#Property:InitialAudio
 
-[Folks documentation]: https://wiki.gnome.org/Folks
+[Folks documentation]: https://wiki.gnome.org/Projects/Folks
 
 [Folks.Backend]: http://telepathy.freedesktop.org/doc/folks/vala/Folks.Backend.html
 
-- 
GitLab