From 05472639bcf86cd457f7c91d041009b40bff9cdb Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 4 May 2016 00:46:51 +0100 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 1ecfafa..10380c5 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -112,7 +112,7 @@ Tuples and Objects in Nim are kind of like structs in C, but not really. ### Interfacing C and Nim -See [Foreign Function Interface](http://nim-lang.org/manual.html#foreign-function-interface) +See [Foreign Function Interface](http://nim-lang.org/docs/manual.html#foreign-function-interface) ### Converting C code to Nim