summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-30 12:19:24 +0200
committerAraq <rumpf_a@web.de>2015-06-30 12:20:02 +0200
commit1af20535d8105287aa8c73ff1a90e102c4590ffb (patch)
tree56bc902d1c2ad72773c94fbd23984a1c1b9ca28f /tools
parent5fcb7ca3134e0b584d9514e580b5a900e5c3af69 (diff)
downloadNim-1af20535d8105287aa8c73ff1a90e102c4590ffb.tar.gz
updated links to source code
Diffstat (limited to 'tools')
-rw-r--r--tools/nimweb.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nimweb.nim b/tools/nimweb.nim
index 852b43092..1aef20dcc 100644
--- a/tools/nimweb.nim
+++ b/tools/nimweb.nim
@@ -48,7 +48,7 @@ proc initConfigData(c: var TConfigData) =
   c.logo = ""
   c.ticker = ""
   c.vars = newStringTable(modeStyleInsensitive)
-  c.gitRepo = "https://github.com/Araq/Nim/tree"
+  c.gitRepo = "https://github.com/nim-lang/Nim/tree"
   c.gitCommit = "master"
   c.numProcessors = countProcessors()
   # Attempts to obtain the git current commit.