From cbb4cf9d5ce01e67fe1afd5dbed3ea13c4cff6ea Mon Sep 17 00:00:00 2001
From: Omar Santos <santosomar@gmail.com>
Date: Fri, 16 Feb 2018 00:06:04 -0500
Subject: [PATCH] Update README.md

---
 buffer_overflow_example/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buffer_overflow_example/README.md b/buffer_overflow_example/README.md
index 5358d43..7bb02c0 100644
--- a/buffer_overflow_example/README.md
+++ b/buffer_overflow_example/README.md
@@ -1,6 +1,6 @@
 # Buffer Overflow Example
 
-*** This is an example of a very bad coding practices*** that introduces a buffer overflow. The purpose of this code is to serve as a demonstration and exercise for [The Art of Hacking Series and live training](https://www.safaribooksonline.com/search/?query=Omar%20Santos%20hacking&extended_publisher_data=true&highlight=true&is_academic_institution_account=false&source=user&include_assessments=false&include_case_studies=true&include_courses=true&include_orioles=true&include_playlists=true&sort=relevance)
+***This is an example of a very bad coding practices*** that introduces a buffer overflow. The purpose of this code is to serve as a demonstration and exercise for [The Art of Hacking Series and live training](https://www.safaribooksonline.com/search/?query=Omar%20Santos%20hacking&extended_publisher_data=true&highlight=true&is_academic_institution_account=false&source=user&include_assessments=false&include_case_studies=true&include_courses=true&include_orioles=true&include_playlists=true&sort=relevance)
 
 ```
 #include <stdio.h>