From d608995565a5fd39a56cd866e5fa1c7f964e4c06 Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Sat, 22 Aug 2015 22:48:31 +1200 Subject: [PATCH] REALLY comment out those links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c74dc1c..c17b629 100644 --- a/README.md +++ b/README.md @@ -383,9 +383,9 @@ Beginner * [An Introduction to Python][282] - Pretty much what it says on the tin. [Python License][283]. * [Effective Go][66] - A guide to writing good, clean and readable Go code for beginners. [CC-BY-3.0][5] (text), [3-clause BSD][29] (code). -#* [Functional Programming in JavaScript][218] (video) - A set of tutorials introducing functional programming concepts using ECMAScript. [CC-BY-3.0][5]. -#* [Learn Java For Beginners][146] (video) - A 'no prior knowledge' required tutorial for Java use. [CC-BY-3.0][5]. -* [Lua Programming][126] - A completed Wikibook on programming Lua. [CC-BY-SA-3.0][127] . + [CC-BY-3.0][5]. + +* [Lua Programming][126] - A completed Wikibook on programming Lua. [CC-BY-SA-3.0][127]. * [Practical Haskell - getting started with Stack][50] - A series of tutorials designed to help people get started programming Haskell. [CC-BY-SA-4.0][125]. * [The GNU C Programming Tutorial][280] - An introduction to programming in C by the nice GNU people. PDF. [GNU FDL][281]. * [why's (poignant) Guide to Ruby][237] - An interesting introductory book for Ruby. [CC-BY-SA-3.0][127].