Skip to content

Commit

Permalink
Update 404.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen authored Dec 16, 2017
1 parent e6a2392 commit afb43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ console.log(forwardingURL);
if (forwardingURL.indexOf(".md") > -1)
{
gonnaFwd = true;
newURL = forwardingURL.replace(".md","/") + location.hash;
newURL = forwardingURL.replace(".md","") + location.hash;
} else {

// CSV CHECK
Expand Down

0 comments on commit afb43e8

Please sign in to comment.