Fix links to nim-lang website.

This commit is contained in:
Baurzhan Muftakhidinov 2015-05-18 14:17:45 +05:00
parent 48c24f7e45
commit 6df96946b4

View File

@ -155,7 +155,7 @@ var anotherArray = ["Default index", "starts at", "0"]
# More data structures are available, including tables, sets, lists, queues, # More data structures are available, including tables, sets, lists, queues,
# and crit bit trees. # and crit bit trees.
# http://nimrod-lang.org/lib.html#collections-and-algorithms # http://http://nim-lang.org/docs/lib.html#collections-and-algorithms
# #
# IO and Control Flow # IO and Control Flow
@ -174,7 +174,7 @@ else:
# `while`, `if`, `continue`, `break` # `while`, `if`, `continue`, `break`
import strutils as str # http://nimrod-lang.org/strutils.html import strutils as str # http://nim-lang.org/docs/strutils.html
echo "I'm thinking of a number between 41 and 43. Guess which!" echo "I'm thinking of a number between 41 and 43. Guess which!"
let number: int = 42 let number: int = 42
var var
@ -263,11 +263,11 @@ performance, and compile-time features.
## Further Reading ## Further Reading
* [Home Page](http://nimrod-lang.org) * [Home Page](http://nim-lang.org)
* [Download](http://nimrod-lang.org/download.html) * [Download](http://nim-lang.org/download.html)
* [Community](http://nimrod-lang.org/community.html) * [Community](http://nim-lang.org/community.html)
* [FAQ](http://nimrod-lang.org/question.html) * [FAQ](http://nim-lang.org/question.html)
* [Documentation](http://nimrod-lang.org/documentation.html) * [Documentation](http://nim-lang.org/documentation.html)
* [Manual](http://nimrod-lang.org/manual.html) * [Manual](http://nim-lang.org/docs/manual.html)
* [Standard Library](http://nimrod-lang.org/lib.html) * [Standard Library](http://nim-lang.org/docs/lib.html)
* [Rosetta Code](http://rosettacode.org/wiki/Category:Nimrod) * [Rosetta Code](http://rosettacode.org/wiki/Category:Nim)