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.