From 375b2d396b70c2a4b3d0493aa725e560e148499e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaj=20Str=C3=B6m?= Date: Fri, 12 Dec 2014 22:45:11 +0200 Subject: [PATCH] Fixed broken links --- _posts/16-08-01-Books.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/16-08-01-Books.md b/_posts/16-08-01-Books.md index 3af7d0c..b946a42 100644 --- a/_posts/16-08-01-Books.md +++ b/_posts/16-08-01-Books.md @@ -24,8 +24,8 @@ small, specific steps developer usually acquires over years of experience, all condensed down into one quick and easy handbook * [The Grumpy Programmer's Guide To Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - Learning to write testable doesn't have to suck -* [Securing PHP: Core Concepts](https://leanpub.com/securingphp- coreconcepts) - A guide to some of the most common +* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A guide to some of the most common security terms and provides some examples of them in every day PHP -* [Scaling PHP]( https:// leanpub.com/scalingphp) - Stop playing sysadmin and get back to coding -* [Signaling PHP]( https:// leanpub.com/ signalingphp) - PCNLT signals are a great help when writing PHP scripts that +* [Scaling PHP]( https://leanpub.com/scalingphp) - Stop playing sysadmin and get back to coding +* [Signaling PHP]( https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that run from the command line.