diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2013-11-19 13:43:34 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2013-11-19 13:43:34 -0800 |
commit | e469bdb6faae28514388cc4190c04373eb4b8dea (patch) | |
tree | c622c20f89d96f2d5fb5a9676041b03f038ed64a | |
parent | d0f7db08287a69e07c4090e28a90a28e9bfa1f0a (diff) | |
parent | 45f9c5b9426460427d5523128d4662cfc0f8392f (diff) | |
download | Nim-e469bdb6faae28514388cc4190c04373eb4b8dea.tar.gz |
Merge pull request #657 from gradha/pr_stackoverflow_link
Adds link to stackoverflow nimrod tag in support section.
-rw-r--r-- | readme.md | 8 | ||||
-rw-r--r-- | readme.txt | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/readme.md b/readme.md index f74f81283..c49e24f4e 100644 --- a/readme.md +++ b/readme.md @@ -47,9 +47,11 @@ The above steps can be performed on Windows in a similar fashion, the instead of ``build.sh``. ## Getting help -A [forum](http://forum.nimrod-code.org/) is available if you have any questions, -and you can also get help in the IRC channel -on [Freenode](irc://irc.freenode.net/nimrod) in #nimrod. +A [forum](http://forum.nimrod-code.org/) is available if you have any +questions, and you can also get help in the IRC channel on +[Freenode](irc://irc.freenode.net/nimrod) in #nimrod. If you ask questions on +[StackOverflow use the nimrod +tag](http://stackoverflow.com/questions/tagged/nimrod). ## License The compiler and the standard library are licensed under the MIT license, diff --git a/readme.txt b/readme.txt index f74f81283..c49e24f4e 100644 --- a/readme.txt +++ b/readme.txt @@ -47,9 +47,11 @@ The above steps can be performed on Windows in a similar fashion, the instead of ``build.sh``. ## Getting help -A [forum](http://forum.nimrod-code.org/) is available if you have any questions, -and you can also get help in the IRC channel -on [Freenode](irc://irc.freenode.net/nimrod) in #nimrod. +A [forum](http://forum.nimrod-code.org/) is available if you have any +questions, and you can also get help in the IRC channel on +[Freenode](irc://irc.freenode.net/nimrod) in #nimrod. If you ask questions on +[StackOverflow use the nimrod +tag](http://stackoverflow.com/questions/tagged/nimrod). ## License The compiler and the standard library are licensed under the MIT license, |