summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2014-12-30 19:45:06 -0500
committerVarriount <Varriount@users.noreply.github.com>2014-12-30 19:45:06 -0500
commit595a8b628f48dfd29facf4d329d32ea5e7c6d9e7 (patch)
treef8e8ae4515d7e9f55ada92ab9f4bc5c16c263569
parent3bd542b7ca1b58599a0c807fe2ad6efdecb126e5 (diff)
downloadNim-595a8b628f48dfd29facf4d329d32ea5e7c6d9e7.tar.gz
Update nim.ini
Fix documentation location
-rw-r--r--compiler/nim.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nim.ini b/compiler/nim.ini
index 576b6d2bb..1f14eb21b 100644
--- a/compiler/nim.ini
+++ b/compiler/nim.ini
@@ -125,7 +125,7 @@ Files: "start.bat"
 BinPath: r"bin;dist\mingw\bin;dist"
 
 ;           Section | dir | zipFile | size hint (in KB) | url | exe start menu entry
-Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|doc\overview.html"
+Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|overview.html"
 Download: r"C Compiler (MingW)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip"
 Download: r"Aporia IDE|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.1.3.zip|aporia\bin\aporia.exe"
 ; for now only NSIS supports optional downloads