From 3c0a70513c9068df41f545ccb85a91efe2469bc0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 14 Jul 2020 14:27:47 +0200 Subject: [PATCH] [web] Fixed docs.opengeosys.org redirects. --- web/static/_redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/_redirects b/web/static/_redirects index a302f1ed62b..b6677a4f2b1 100644 --- a/web/static/_redirects +++ b/web/static/_redirects @@ -15,6 +15,7 @@ /project/license https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.txt /papers https://www.ufz.de/index.php?en=37204 -https://docs.opengeosys.org/* https://www.opengeosys.org/docs/:splat 301! +https://docs.opengeosys.org https://www.opengeosys.org/docs 301! +https://docs.opengeosys.org/* https://www.opengeosys.org/:splat 301! https://tutorials.opengeosys.org https://www.opengeosys.org/categories/tutorials/ 301! https://benchmarks.opengeosys.org https://www.opengeosys.org/docs/benchmarks/ 301! -- GitLab