sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 5b843ebf9224a70d28ba1cec51b09be569fc7b2f
parent 72805688397f8e6bb48543f13c593fd1d98f1120
Author: Nathan Porcher <porcher.nathan.work@gmail.com>
Date:   Fri, 22 Sep 2017 14:11:17 +0000

fixed 'minimal viable programs' link

Diffstat:
Msuckless.org/philosophy.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/suckless.org/philosophy.md b/suckless.org/philosophy.md @@ -62,6 +62,6 @@ Related links * [Why should I have written ZeroMQ in C, not C++](http://www.250bpm.com/blog:4) * [Best practices in application architecture: Use layers to decouple](http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef014e5f920093970c-pi) * [Facebook's code quality problem](http://www.darkcoding.net/software/facebooks-code-quality-problem/) -* [Minimal Viable Programs](http://joearms.github.io/2014/06/25/minimal-viable-program.html) +* [Minimal Viable Programs](http://joearms.github.io/published/2014-06-25-minimal-viable-program.html) * [Why I Write Games in C](http://jonathanwhiting.com/writing/blog/games_in_c/) * [Use of command-line tools for effective data processing](http://aadrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html)