[pitivi-web] Redirect old URLs to the new ones



commit 378bc23f59540c35b5608e31b7adbbbcad016465
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue Jun 15 22:55:46 2021 +0200

    Redirect old URLs to the new ones

 .gitlab-ci.yml | 1 +
 _redirects     | 7 +++++++
 2 files changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75d3a25..64704c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,7 @@ pages:
     - git clone https://gitlab.gnome.org/GNOME/pitivi.git
     - mkdir -p public/manual/
     - yelp-build html -o public/manual/ pitivi/help/C
+    - cp _redirects public/
   artifacts:
     paths:
       - public
diff --git a/_redirects b/_redirects
new file mode 100644
index 0000000..21bdad9
--- /dev/null
+++ b/_redirects
@@ -0,0 +1,7 @@
+# https://docs.gitlab.com/ee/user/project/pages/redirects.html
+/?go=contact /contact/
+/?go=contributing /contributing/
+/?go=donators /donators/
+/?go=download /download/
+/?go=showcase /showcase/
+/?go=tour /tour/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]