summaryrefslogtreecommitdiffstats
path: root/Documentation/contributing/coding_style.md
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2022-03-08 17:45:53 -0700
committerMartin Roth <martinroth@google.com>2022-03-14 15:38:20 +0000
commit25c717d66458249de2546fda9e5b69a2df41e6af (patch)
tree4c5012574b3d39e09ab26fc259a49c44754ed24f /Documentation/contributing/coding_style.md
parentd55fa332d8849b8794b5b8386b73679b71fb6f59 (diff)
downloadcoreboot-25c717d66458249de2546fda9e5b69a2df41e6af.tar.gz
coreboot-25c717d66458249de2546fda9e5b69a2df41e6af.tar.bz2
coreboot-25c717d66458249de2546fda9e5b69a2df41e6af.zip
Documentation: Fix broken links
This change mostly changes links that were identified as broken by the 'website_scans' jenkins job. There were some links that seem to be up at times, but that are identified by link-checker as broken because of SSL issues. At least one other link was changed to point to archive.org so that it doesn't break at some point in the future. We should probably try to make sure that everything is archived there and point to those versions when possible. There are still lots more links to do. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I36868ddf6113e18fa6841427dd635c75445b7bef Reviewed-on: https://review.coreboot.org/c/coreboot/+/62672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/contributing/coding_style.md')
-rw-r--r--Documentation/contributing/coding_style.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md
index e3c92af842d9..656454545d40 100644
--- a/Documentation/contributing/coding_style.md
+++ b/Documentation/contributing/coding_style.md
@@ -966,11 +966,14 @@ References
The C Programming Language, Second Edition by Brian W. Kernighan and
Dennis M. Ritchie. Prentice Hall, Inc., 1988. ISBN 0-13-110362-8
(paperback), 0-13-110370-9 (hardback). URL:
-<http://cm.bell-labs.com/cm/cs/cbook/>
+<https://duckduckgo.com/?q=isbn+0-13-110362-8> or
+<https://www.google.com/search?q=isbn+0-13-110362-8.
+
The Practice of Programming by Brian W. Kernighan and Rob Pike.
Addison-Wesley, Inc., 1999. ISBN 0-201-61586-X. URL:
-<http://cm.bell-labs.com/cm/cs/tpop/>
+<https://duckduckgo.com/?q=ISBN+0-201-61586-X> or
+<https://www.google.com/search?q=ISBN+0-201-61586-X>
GNU manuals - where in compliance with K&R and this text - for cpp, gcc,
gcc internals and indent, all available from