Skip to content

Commit bc33cf3

Browse files
authored
Fixed the wikipedia link
The link now goes to the language, not the Indonesian island
1 parent da0063e commit bc33cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/01-getting-started/1-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The programs in this language are called *scripts*. They can be written right in
1010

1111
Scripts are provided and executed as a plain text. They don't need a special preparation or a compilation to run.
1212

13-
In this aspect, JavaScript is very different from another language called [Java](http://en.wikipedia.org/wiki/Java).
13+
In this aspect, JavaScript is very different from another language called [Java](https://en.wikipedia.org/wiki/Java_(programming_language)).
1414

1515
```smart header="Why <u>Java</u>Script?"
1616
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.

0 commit comments

Comments
 (0)