From bc71c5a232763d70ad1e19df10a80d576ecc68c3 Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Wed, 26 May 2021 16:42:35 +0100
Subject: [PATCH] Add alias for old packaging guide

It seems that quite a few people have added links to the packaging guide,
add in an alias to make sure we catch these when they've not been updated.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 content/guides/component_guide.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/guides/component_guide.md b/content/guides/component_guide.md
index 83bb012c6..744bdd104 100644
--- a/content/guides/component_guide.md
+++ b/content/guides/component_guide.md
@@ -5,6 +5,10 @@ weight = 100
 toc = true
 
 title = "Adding and Updating Components"
+
+aliases = [
+    "/guides/apertis_packaging_guide/",
+]
 +++
 
 Apertis stores the source of all the shipped packages in GitLab and uses a
-- 
GitLab