Update 404.md

This commit is contained in:
johndmulhausen
2016-03-17 15:48:59 -07:00
parent f17ef634b6
commit 28c4889104
+5
View File
@@ -15,6 +15,11 @@ $( document ).ready(function() {
notHere = true;
window.location.replace("http://kubernetes.io/kubernetes/third_party/swagger-ui/");
}
if (forwardingURL.indexOf("api-ref/") > -1)
{
notHere = true;
window.location.replace("http://kubernetes.io/docs/api/");
}
for (i=0;i<fwdDirs.length;i++) {
if (forwardingURL.indexOf(fwdDirs[i]) > -1)
{