Update 404.md
This commit is contained in:
parent
f17ef634b6
commit
28c4889104
5
404.md
5
404.md
|
@ -15,6 +15,11 @@ $( document ).ready(function() {
|
||||||
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/");
|
||||||
}
|
}
|
||||||
|
if (forwardingURL.indexOf("api-ref/") > -1)
|
||||||
|
{
|
||||||
|
notHere = true;
|
||||||
|
window.location.replace("http://kubernetes.io/docs/api/");
|
||||||
|
}
|
||||||
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