From 51b4d7d476fd0476fd20fbf122a6bc00238367e7 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 5 Nov 2018 15:47:42 +0100
Subject: [PATCH] [web] Fixed a lot of dead links in the tutorial books.

---
 web/content/books/geoenergy-modeling-i.pandoc          | 3 +++
 web/content/books/geoenergy-modeling-ii.pandoc         | 2 ++
 web/content/docs/quickstart/basics/introduction.pandoc | 3 ++-
 web/content/ogs-5/index.pandoc                         | 3 +++
 web/content/releases/_index.pandoc                     | 2 +-
 5 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/web/content/books/geoenergy-modeling-i.pandoc b/web/content/books/geoenergy-modeling-i.pandoc
index fed651b2799..6a0c654c77d 100644
--- a/web/content/books/geoenergy-modeling-i.pandoc
+++ b/web/content/books/geoenergy-modeling-i.pandoc
@@ -7,6 +7,9 @@ author = "Lars Bilke"
 book_type = "Tutorial"
 book_cover = "geoenergy-modeling-i.png"
 
+aliases = [ "/tutorials/ces-i/e07", "/tutorials/ces-i/e08",
+            "/tutorials/ces-i/e09", "/tutorials/ces-i/e10" ]
+
 +++
 
 [<i class="fas fa-file-pdf"></i> Download this book as PDF](https://ogsstorage.blob.core.windows.net/web/Books/Geoenergy-Model-I/Basics-of-Heat-Transport-Processes-in-Geothermal-Systems-opt.pdf) 
diff --git a/web/content/books/geoenergy-modeling-ii.pandoc b/web/content/books/geoenergy-modeling-ii.pandoc
index 1288f764aa9..b79054ee870 100644
--- a/web/content/books/geoenergy-modeling-ii.pandoc
+++ b/web/content/books/geoenergy-modeling-ii.pandoc
@@ -7,6 +7,8 @@ author = "Lars Bilke"
 book_type = "Tutorial"
 book_cover = "geoenergy-modeling-ii.png"
 
+aliases = [ "/books/shallow-geothermal-systems" ]
+
 +++
 
 [<i class="fas fa-file-pdf"></i> Download this book as PDF](https://ogsstorage.blob.core.windows.net/web/Books/Geoenergy-Model-II/ebook_Shao_etal_2016_Geoenergy_Modeling_II.pdf) 
diff --git a/web/content/docs/quickstart/basics/introduction.pandoc b/web/content/docs/quickstart/basics/introduction.pandoc
index 49e14f27813..e90552a202f 100644
--- a/web/content/docs/quickstart/basics/introduction.pandoc
+++ b/web/content/docs/quickstart/basics/introduction.pandoc
@@ -4,7 +4,8 @@ title = "Introduction"
 author = "Lars Bilke"
 weight = 1
 
-aliases = [ "/docs/quickstart/" ]
+aliases = [ "/docs/quickstart/",
+            "/docs/quickstart/basics/quickstart" ] # Redirect for Hydrology III tutorial
 
 [menu]
   [menu.quickstart]
diff --git a/web/content/ogs-5/index.pandoc b/web/content/ogs-5/index.pandoc
index 795823d64cf..1229623702d 100644
--- a/web/content/ogs-5/index.pandoc
+++ b/web/content/ogs-5/index.pandoc
@@ -1,5 +1,8 @@
 +++
 Title = "OpenGeoSys-5"
+
+aliases = [ "/download5/",           # Redirect for Hydrology II tutorial
+            "/resources/downloads" ] # Redirect for Hydrology I tutorial
 +++
 
 As OGS-6 is a reimplementation of OGS-5 with new concepts and methodologies there will probably never be complete feature parity. We provide binaries of OpenGeoSys-5 ready for you to use. Support is limited but you may ask questions or report bugs via the [ogs-users](https://groups.google.com/forum/#!forum/ogs-users) mailing list.
diff --git a/web/content/releases/_index.pandoc b/web/content/releases/_index.pandoc
index 95cff28b2d5..d900613406c 100644
--- a/web/content/releases/_index.pandoc
+++ b/web/content/releases/_index.pandoc
@@ -1,5 +1,5 @@
 +++
 Title = "Releases"
 
-aliases = ["/downloads"]
+aliases = ["/downloads", "/download"] # Redirect for Hydrology II tutorial
 +++
-- 
GitLab