Fixed the wikipedia link

The link now goes to the language, not the Indonesian island
This commit is contained in:
Matthew D 2018-11-05 12:51:57 -05:00 committed by GitHub
parent da0063e450
commit bc33cf38c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <u>Java</u>Script?"
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.