From 82a31f0f44db136e36fe56599932307965aff0ba Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sun, 19 Jan 2020 16:09:28 +0100 Subject: [PATCH] Fix link to falsehoods about falsehoods. Closes #39 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 510b996..95d949e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ brief list of common falsehoods. A great overview and quick introduction into the world of falsehoods. - [Falsehoods About Programming](https://chiselapp.com/user/ttmrichter/repository/gng/doc/trunk/output/falsehoods.html) - A humbling and fun list on programming and programmers themselves. -- [Falsehoods About Falsehoods Lists](https://kevin.deldycke.com/2016/12/falsehoods-programmers-believe-about-falsehoods-lists/) - Meta +- [Falsehoods About Falsehoods Lists](https://github.com/kdeldycke/kevin-deldycke-blog/blob/master/content/posts/falsehoods-programmers-believe-about-falsehoods-lists.md) - Meta commentary on how these falsehoods shouldn't be handled.