From 93952593df8f07c00c8d38d3855077dda77c0dfe Mon Sep 17 00:00:00 2001 From: Jeremy Banks <_@jeremy.ca> Date: Tue, 27 Aug 2019 11:08:20 -0400 Subject: [PATCH] Remove "C: Writing an SVG Library" because the domain expired and it's just ads now. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9b0caea..18c3886 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,6 @@ * [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html) * [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table) -* [**C**: _Writing an SVG Library_](http://www.code-in-c.com/writing-svg-library-c/) * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker)