diff --git a/404.md b/404.md index 6d5cf70ef3..ded21a8c32 100644 --- a/404.md +++ b/404.md @@ -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 -1) {