summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorZhiFeng Hu <hufeng1987@gmail.com>2015-03-09 13:52:02 +0800
committerZhiFeng Hu <hufeng1987@gmail.com>2015-03-09 13:52:02 +0800
commit57dc4ca22b97864e074fa2884a9e2df9bfb31737 (patch)
tree248a324e258c0d46e25d3e7cb125928b662bf3f0
parent41ce6571a32ecd63c67ba7f972c7fb1c0f4f9200 (diff)
downloadNim-57dc4ca22b97864e074fa2884a9e2df9bfb31737.tar.gz
Move bot url to botbuild
-rw-r--r--readme.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index e716c0d0d..c662f242f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
 # Nim Compiler
-This repo contains the Nim compiler, Nim's stdlib, tools and 
+This repo contains the Nim compiler, Nim's stdlib, tools and
 documentation.
 
 ## Compiling
@@ -9,16 +9,16 @@ the C source of an older version of the compiler are needed to bootstrap the
 latest version. The C sources are available in a separate repo [here](http://github.com/nim-lang/csources).
 
 Pre-compiled snapshots of the compiler are also available on
-[Nimbuild](http://build.nim-lang.org/). Your platform however may not 
+[Nimbuild](http://buildbot.nim-lang.org/). Your platform however may not
 currently be built for.
 
-The compiler currently supports the following platform and architecture 
+The compiler currently supports the following platform and architecture
 combinations:
-  
+
   * Windows (Windows XP or greater) - x86 and x86_64
   * Linux (most, if not all, distributions) - x86, x86_64, ppc64 and armv6l
   * Mac OS X 10.04 or higher - x86, x86_64 and ppc64
-  
+
 In reality a lot more are supported, however they are not tested regularly.
 
 To build from source you will need:
@@ -54,9 +54,9 @@ questions, and you can also get help in the IRC channel on
 tag](http://stackoverflow.com/questions/tagged/nim).
 
 ## License
-The compiler and the standard library are licensed under the MIT license, 
-except for some modules where the documentation suggests otherwise. This means 
-that you can use any license for your own programs developed with Nim, 
+The compiler and the standard library are licensed under the MIT license,
+except for some modules where the documentation suggests otherwise. This means
+that you can use any license for your own programs developed with Nim,
 allowing you to create commercial applications.
 
 Read copying.txt for more details.