mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
updated links to source code
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user