Update 404.md

This commit is contained in:
johndmulhausen
2016-03-17 15:36:44 -07:00
parent e14b6c2258
commit e9807e78c7
+1 -1
View File
@@ -13,7 +13,7 @@ $( document ).ready(function() {
if (forwardingURL.indexOf("third_party/swagger-ui") > -1)
{
notHere = true;
window.location.replace(http://kubernetes.io/kubernetes/third_party/swagger-ui/)
window.location.replace("http://kubernetes.io/kubernetes/third_party/swagger-ui/");
}
for (i=0;i<fwdDirs.length;i++) {
if (forwardingURL.indexOf(fwdDirs[i]) > -1)