From 665fe8cae96a5842221deadfbd4e7e449938e353 Mon Sep 17 00:00:00 2001 From: Matt Riggott Date: Tue, 2 May 2017 09:40:57 +0000 Subject: [PATCH] Fix link (changed URL) to akehrer.github.io --- Nim-use-cases.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nim-use-cases.asciidoc b/Nim-use-cases.asciidoc index e2d4dc8..bc6e0d4 100644 --- a/Nim-use-cases.asciidoc +++ b/Nim-use-cases.asciidoc @@ -12,7 +12,7 @@ Embedded systems and microcontrollers:: Nim have some of the smallest memory ove The following use case might require larger amounts of libraries, tools, and language maturity in general (as in early 2015) -System libraries:: Nim can produce libraries to be used by other languages. https://gradha.github.io/articles/2015/01/writing-c-libraries-with-nim.html[docs] https://akehrer.github.io/nim/2015/01/24/connecting-nim-to-python.html[example] +System libraries:: Nim can produce libraries to be used by other languages (https://gradha.github.io/articles/2015/01/writing-c-libraries-with-nim.html[docs], https://akehrer.github.io/posts/connecting-nim-to-python/[example]) Cryptography:: Nim is safer than C [also see System libraries]