summaryrefslogtreecommitdiff
path: root/404.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-04-14 16:33:41 +0200
committerGitHub <noreply@github.com>2017-04-14 16:33:41 +0200
commitddcbe64a93b71edb05562b8468003cfc23cf461c (patch)
treee2cbc5225034e1ff3e1eccb71f3b692c4e265494 /404.md
parent9f2d6b07f4e2359b67e878c9f405a1caf10d5577 (diff)
downloadwiki-ddcbe64a93b71edb05562b8468003cfc23cf461c.tar.gz
wiki-ddcbe64a93b71edb05562b8468003cfc23cf461c.tar.bz2
wiki-ddcbe64a93b71edb05562b8468003cfc23cf461c.zip
Update 404.md
Diffstat (limited to '404.md')
-rw-r--r--404.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/404.md b/404.md
index 5a3c62a..1fbd6ec 100644
--- a/404.md
+++ b/404.md
@@ -6,6 +6,6 @@ permalink: /404.html
<!-- redirect to page creator if not exists -->
<script type="text/javascript">
var filename = window.location.pathname.split('/').pop();
- var url = '{{ site.github.repository_url }}/new/{{site.git_branch}}/wiki?filename='+filename;
+ var url = '{{ site.github.repository_url }}/new/{{site.git_branch}}?filename=wiki/'+filename;
window.location=url;
-</script> \ No newline at end of file
+</script>