Update 404.md

pull/193/head
johndmulhausen 2016-03-17 13:57:20 -07:00
parent db2ea256a9
commit acd6bee20a
1 changed files with 1 additions and 1 deletions

2
404.md
View File

@ -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);
}