From a6aa980c268f0fc2c2bef1935eec3892136933de Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sat, 9 Jul 2016 19:14:45 +0200 Subject: [PATCH] Fix link to the K&R C book Fixes #512. --- doc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 54407a5..acfe41d 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -17,7 +17,7 @@ I follow the [Linux Coding Style][4] with the following variations: - [Indent with tabs, align with spaces][5]. - Always use braces when using control structures. -[1]: http://cm.bell-labs.com/cm/cs/cbook/ +[1]: https://www.bell-labs.com/usr/dmr/www/cbook/ [2]: http://www.x.org/releases/X11R7.5/doc/libxcb/tutorial/ [3]: http://git-scm.com/documentation [4]: http://www.kernel.org/doc/Documentation/CodingStyle -- 2.44.0