diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-10-03 09:46:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 09:46:40 -0700 |
commit | d3ea56ad15fd51f98fe6e1f18fb24fde2fed78c8 (patch) | |
tree | e02d1eda3e16836631959f6cc6541f52ee23b9a9 /readme.md | |
parent | 91c13a0163c692dd709eed1b0cf7eee0c19d0f96 (diff) | |
download | Nim-d3ea56ad15fd51f98fe6e1f18fb24fde2fed78c8.tar.gz |
add link to https://nim-lang.github.io/Nim/ in readme.md
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index e4fb52bd0..3d0b7c4ce 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This repository contains the Nim compiler, Nim's stdlib, tools and documentation. For more information about Nim, including downloads and documentation for -the latest release, check out [Nim's website][nim-site]. +the latest release, check out [Nim's website][nim-site] or [bleeding edge docs](https://nim-lang.github.io/Nim/). ## Community [![Join the IRC chat][badge-nim-irc]][nim-irc] |