From bc33cf38c15d9125ecac8dbe50ba3464ba033ecf Mon Sep 17 00:00:00 2001 From: Matthew D <41549639+PandaBoi57@users.noreply.github.com> Date: Mon, 5 Nov 2018 12:51:57 -0500 Subject: [PATCH] Fixed the wikipedia link The link now goes to the language, not the Indonesian island --- 1-js/01-getting-started/1-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index 40fc9cac..fbcf5b38 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/1-js/01-getting-started/1-intro/article.md @@ -10,7 +10,7 @@ The programs in this language are called *scripts*. They can be written right in Scripts are provided and executed as a plain text. They don't need a special preparation or a compilation to run. -In this aspect, JavaScript is very different from another language called [Java](http://en.wikipedia.org/wiki/Java). +In this aspect, JavaScript is very different from another language called [Java](https://en.wikipedia.org/wiki/Java_(programming_language)). ```smart header="Why JavaScript?" When JavaScript was created, it initially had another name: "LiveScript". But Java language was very popular at that time, so it was decided that positioning a new language as a "younger brother" of Java would help.