From e4f6f1d6e601c5ed60c36191e4dac44c1ecdf71e Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Thu, 5 May 2016 15:29:18 -0700 Subject: [PATCH] Forward /docs/user-guide/overview to /docs/whatisk8s --- 404.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/404.md b/404.md index c00797242d..71497ddcbe 100644 --- a/404.md +++ b/404.md @@ -35,6 +35,11 @@ $( document ).ready(function() { notHere = true; window.location.replace("http://kubernetes.io/docs/api/"); } + if (forwardingURL.indexOf("docs/user-guide/overview") > -1) + { + notHere = true; + window.location.replace("http://kubernetes.io/docs/whatisk8s/"); + } for (i=0;i -1) {