Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb95f34

Browse files
authoredNov 9, 2018
Merge pull request #597 from PandaBoi57/patch-1
Fixed the wikipedia link
2 parents 76cd7b9 + bc33cf3 commit cb95f34

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)
Please sign in to comment.