From 04b9d77a13dcef56979a215e7e7efa1d8e2b2977 Mon Sep 17 00:00:00 2001 From: Brendan Walker Date: Wed, 11 Oct 2017 12:38:59 -0400 Subject: [PATCH] The original site does not exist anymore. Linking to the repo for c2nim instead --- 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 cd858f2..785daa4 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](http://nim-lang.org/c2nim.html) +See [c2nim](https://github.com/nim-lang/c2nim) ### Cheat Sheet Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.