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