Update 404.md
This commit is contained in:
@@ -24,7 +24,7 @@ $( document ).ready(function() {
|
|||||||
urlPieces[1] = urlPieces[1] + ".md";
|
urlPieces[1] = urlPieces[1] + ".md";
|
||||||
}
|
}
|
||||||
var newURL = "https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/design/" + urlPieces[1]
|
var newURL = "https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/design/" + urlPieces[1]
|
||||||
window.location.replace("http://kubernetes.io/kubernetes/third_party/swagger-ui/");
|
window.location.replace(newURL);
|
||||||
}
|
}
|
||||||
if (forwardingURL.indexOf("api-ref/") > -1)
|
if (forwardingURL.indexOf("api-ref/") > -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user