Update 404.md
parent
e14b6c2258
commit
e9807e78c7
2
404.md
2
404.md
|
@ -13,7 +13,7 @@ $( document ).ready(function() {
|
||||||
if (forwardingURL.indexOf("third_party/swagger-ui") > -1)
|
if (forwardingURL.indexOf("third_party/swagger-ui") > -1)
|
||||||
{
|
{
|
||||||
notHere = true;
|
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++) {
|
for (i=0;i<fwdDirs.length;i++) {
|
||||||
if (forwardingURL.indexOf(fwdDirs[i]) > -1)
|
if (forwardingURL.indexOf(fwdDirs[i]) > -1)
|
||||||
|
|
Loading…
Reference in New Issue