updated links to source code

This commit is contained in:
Araq
2015-06-30 12:19:24 +02:00
parent 5fcb7ca313
commit 1af20535d8

View File

@@ -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.