diff --git a/404.md b/404.md index ff950f3d1a..3cbd3ff48e 100644 --- a/404.md +++ b/404.md @@ -14,7 +14,7 @@ $( document ).ready(function() { if (forwardingURL.indexOf(fwdDirs[i]) > -1) { var urlPieces = forwardingURL.split(fwdDirs[i]); - var newURL = "https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/" + fwdDirs[i]; + var newURL = "https://github.com/kubernetes/kubernetes/tree/master/" + fwdDirs[i]; notHere = true; window.location.replace(newURL); }