diff --git a/Unofficial-FAQ.md b/Unofficial-FAQ.md index 34c5f22..403c4f4 100644 --- a/Unofficial-FAQ.md +++ b/Unofficial-FAQ.md @@ -32,7 +32,7 @@ Most probably not. Reasons for avoiding them are: # Where can I find code examples? -You can find examples in the [examples/](https://github.com/Araq/Nim/tree/master/examples) directory. There are also many other examples available on [Rosetta Code](http://rosettacode.org/wiki/Nim). +You can find examples in the [examples/](https://github.com/Araq/Nim/tree/master/examples) directory. There are also many other examples available on [Rosetta Code](http://rosettacode.org/wiki/Nim) and [Nim by Example](http://nim-by-example.github.io) # Why are unsigned types discouraged?