Update 404.md

pull/170/head
johndmulhausen 2016-03-17 17:41:11 -07:00
parent b008519b04
commit 220f361dab
1 changed files with 1 additions and 1 deletions

2
404.md
View File

@ -6,7 +6,7 @@ permalink: /404.html
<script language="JavaScript">
$( document ).ready(function() {
var oldURLs=["/README.md","/README.html",".html",".md","/v1.1/","/v1.0/"];
var fwdDirs=["examples/"];
var fwdDirs=["examples/","docs/design/"];
var doRedirect = false;
var notHere = false;
var forwardingURL=window.location.href;