Update 404.md

pull/193/head
johndmulhausen 2016-03-17 15:31:43 -07:00
parent 8515865906
commit fe33d0f0f2
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/","third_party/swagger-ui"];
var doRedirect = false;
var notHere = false;
var forwardingURL=window.location.href;