From 945097812b3398093d8bcd361842836d4a227e06 Mon Sep 17 00:00:00 2001 From: Benjamin Elliot Date: Wed, 2 Feb 2022 13:41:50 -0500 Subject: [PATCH 1/2] Fix broken link on introduction page --- Book/php7/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Book/php7/introduction.rst b/Book/php7/introduction.rst index 8703fbff..21d97e1c 100644 --- a/Book/php7/introduction.rst +++ b/Book/php7/introduction.rst @@ -23,7 +23,7 @@ language itself, its ecosystem and build tools, and Operating System APIs: * http://c-faq.com/ * https://www.gnu.org/software/libc/ * http://www.faqs.org/docs/Linux-HOWTO/Program-Library-HOWTO.html -* http://www.iecc.com/linker/linker10.html +* `http://www.iecc.com/linker/linker10.html `_ We also highly recommend you some books. You'll learn with them how to efficiently use the C language, and how to make it translate to efficient CPU instructions so that you can design strong/fast/reliable and secure programs. From c900591e9a9ea27f61afe2c2acee70148f3cbb2d Mon Sep 17 00:00:00 2001 From: Benjamin Elliot Date: Wed, 2 Feb 2022 14:38:15 -0500 Subject: [PATCH 2/2] Drop broken link from introduction page --- Book/php7/introduction.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Book/php7/introduction.rst b/Book/php7/introduction.rst index 21d97e1c..a0445462 100644 --- a/Book/php7/introduction.rst +++ b/Book/php7/introduction.rst @@ -23,7 +23,6 @@ language itself, its ecosystem and build tools, and Operating System APIs: * http://c-faq.com/ * https://www.gnu.org/software/libc/ * http://www.faqs.org/docs/Linux-HOWTO/Program-Library-HOWTO.html -* `http://www.iecc.com/linker/linker10.html `_ We also highly recommend you some books. You'll learn with them how to efficiently use the C language, and how to make it translate to efficient CPU instructions so that you can design strong/fast/reliable and secure programs.