From 2fa8071caa00c72afb4cf866991a9ce38db86643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ignacio=20L=C3=B3pez=20Quintero?= Date: Mon, 6 Feb 2017 08:36:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43e2e774..c5676fb6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The same line of code but in different languages. -0. **Hello, world!** (**[PHP](learn/00/00.php)**, **[JavaScript](learn/00/00.js)**, **[Python](learn/00/00.py)**). -1. **Variables** (**[PHP](learn/01/01.php)**, **[JavaScript](learn/01/01.js)**, **[Python](learn/01/01.py)**). +0. **Hello, world!** (**[PHP](https://github.com/milq/code/blob/master/learn/00/00.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/00/00.js)**, **[Python](https://github.com/milq/code/blob/master/learn/00/00.py)**). +1. **Variables** (**[PHP](https://github.com/milq/code/blob/master/learn/00/01.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/00/01.js)**, **[Python](https://github.com/milq/code/blob/master/learn/00/01.py)**). I use it only for didactic purposes, it does not cover all the characteristics of each language.