Update 404.md

This commit is contained in:
johndmulhausen
2016-03-17 17:50:51 -07:00
parent 960a1f59b7
commit 58015528be
+1 -1
View File
@@ -24,7 +24,7 @@ $( document ).ready(function() {
urlPieces[1] = urlPieces[1] + ".md"; urlPieces[1] = urlPieces[1] + ".md";
} }
var newURL = "https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/design/" + urlPieces[1] var newURL = "https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/design/" + urlPieces[1]
window.location.replace("http://kubernetes.io/kubernetes/third_party/swagger-ui/"); window.location.replace(newURL);
} }
if (forwardingURL.indexOf("api-ref/") > -1) if (forwardingURL.indexOf("api-ref/") > -1)
{ {