Update 404.md

pull/193/head
johndmulhausen 2016-03-17 15:36:44 -07:00
parent e14b6c2258
commit e9807e78c7
1 changed files with 1 additions and 1 deletions

2
404.md
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)