From fd0290ca30db2a02f62e81dad31415e4428f2cf9 Mon Sep 17 00:00:00 2001 From: "T. Meissner" Date: Tue, 7 Jul 2015 17:11:11 +0200 Subject: [PATCH] Fix hyperlinks to books --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a61b59c..fc58841 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ ### Sometimes expanded and modified code examples of following books: ##### 21st century C -[http://shop.oreilly.com/product/0636920025108.do]() +[http://shop.oreilly.com/product/0636920025108.do](http://shop.oreilly.com/product/0636920025108.do) ##### Understanding and Using C Pointers -[http://shop.oreilly.com/product/0636920028000.do]() +[http://shop.oreilly.com/product/0636920028000.do](http://shop.oreilly.com/product/0636920028000.do) ##### jQuery Mobile - Up and Running -[http://shop.oreilly.com/product/0636920014607.do]() +[http://shop.oreilly.com/product/0636920014607.do](http://shop.oreilly.com/product/0636920014607.do) ##### Python 3 Object Orientated Programming -[https://www.packtpub.com/application-development/python-3-object-oriented-programming]() +[https://www.packtpub.com/application-development/python-3-object-oriented-programming](https://www.packtpub.com/application-development/python-3-object-oriented-programming) ##### Test-Driven Development for Embedded C -[https://pragprog.com/book/jgade/test-driven-development-for-embedded-c]() +[https://pragprog.com/book/jgade/test-driven-development-for-embedded-c](https://pragprog.com/book/jgade/test-driven-development-for-embedded-c)