2016-02-23 07:49:14 +00:00
|
|
|
---
|
|
|
|
layout: docwithnav
|
|
|
|
title: 404 Error!
|
2016-02-23 09:10:47 +00:00
|
|
|
permalink: /404.html
|
2016-02-23 07:49:14 +00:00
|
|
|
---
|
|
|
|
|
2016-03-11 08:43:14 +00:00
|
|
|
<script language="JavaScript">
|
|
|
|
$( document ).ready(function() {
|
2016-03-11 09:14:40 +00:00
|
|
|
var oldURLs=[".html",".md","/v1.1/","/v1.0/","/README"];
|
2016-03-11 08:57:25 +00:00
|
|
|
var doRedirect=false;
|
|
|
|
var forwardingURL=window.location.href;
|
|
|
|
for (i=0;i<oldURLs.length;i++) {
|
2016-03-11 09:01:07 +00:00
|
|
|
if (forwardingURL.indexOf(oldURLs[i]) > -1) {
|
2016-03-11 08:57:25 +00:00
|
|
|
doRedirect=true;
|
2016-03-11 09:14:40 +00:00
|
|
|
forwardingURL=forwardingURL.replace(oldURLs[i],"/");
|
2016-03-11 08:57:25 +00:00
|
|
|
}
|
2016-03-11 08:43:14 +00:00
|
|
|
}
|
2016-03-11 09:01:07 +00:00
|
|
|
if (doRedirect) {
|
|
|
|
window.location.replace(forwardingURL);
|
|
|
|
};
|
2016-03-11 08:43:14 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
2016-02-23 09:10:47 +00:00
|
|
|
Sorry, this page was not found. :(
|
2016-02-23 07:49:14 +00:00
|
|
|
|
2016-02-23 09:10:47 +00:00
|
|
|
You can let us know by filling out the "I wish this page" text field at
|
2016-03-11 08:43:14 +00:00
|
|
|
the bottom of this page. Maybe try: "I wish this page _existed_."
|
|
|
|
|