Update 404.md

This commit is contained in:
johndmulhausen
2016-03-17 15:30:47 -07:00
parent 1c632e3201
commit 8515865906
+1 -1
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/master/" + fwdDirs[i] + urlPieces[1];
var newURL = "https://github.com/kubernetes/kubernetes/{{page.githubbranch}}/master/" + fwdDirs[i] + urlPieces[1];
notHere = true;
window.location.replace(newURL);
}