Forward /docs/user-guide/overview to /docs/whatisk8s
parent
b048578162
commit
e4f6f1d6e6
5
404.md
5
404.md
|
@ -35,6 +35,11 @@ $( document ).ready(function() {
|
||||||
notHere = true;
|
notHere = true;
|
||||||
window.location.replace("http://kubernetes.io/docs/api/");
|
window.location.replace("http://kubernetes.io/docs/api/");
|
||||||
}
|
}
|
||||||
|
if (forwardingURL.indexOf("docs/user-guide/overview") > -1)
|
||||||
|
{
|
||||||
|
notHere = true;
|
||||||
|
window.location.replace("http://kubernetes.io/docs/whatisk8s/");
|
||||||
|
}
|
||||||
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