From f9f333ca0acf9bc173a675eae203c8eb3ce62a10 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 26 Apr 2017 17:39:11 -0600 Subject: [PATCH] docs: add redirect for installation to advanced install docs [ci skip] --- docs/viewdocs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/viewdocs.json b/docs/viewdocs.json index 13167fa31..873566feb 100644 --- a/docs/viewdocs.json +++ b/docs/viewdocs.json @@ -1,5 +1,6 @@ { "redirects": { + "installation": "getting-started/advanced-installation/", "advanced-installation": "getting-started/advanced-installation/", "troubleshooting": "getting-started/troubleshooting/", "upgrading": "getting-started/upgrading/",