Update 404.md

This commit is contained in:
johndmulhausen
2016-03-11 08:49:11 +00:00
parent d42bc6f6c8
commit 402957e190
+1 -1
View File
@@ -7,7 +7,7 @@ permalink: /404.html
<script language="JavaScript">
$( document ).ready(function() {
if (window.location.href.indexOf(".html") > -1) {
var forwardingURL=window.location.href.replace(".html","").replace("/v1.1","").replace("/v1.0","");
var forwardingURL=window.location.href.replace(".html","").replace("/v1.1","").replace("/v1.0","").replace(".md","").replace("README","");
window.location.replace(forwardingURL);
}
});