From 2a1dc6fcd40b94f561301553d24762c08c31f172 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Wed, 11 Oct 2017 22:17:20 +0300 Subject: [PATCH] Updated Nim for C programmers (markdown) --- Nim-for-C-programmers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index 785daa4..17f0aa9 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -116,7 +116,7 @@ See [Foreign Function Interface](http://nim-lang.org/docs/manual.html#foreign-fu ### Converting C code to Nim -See [c2nim](https://github.com/nim-lang/c2nim) +See [c2nim](https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst) ### Cheat Sheet Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.