-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use https for external links wherever possible
- Loading branch information
1 parent
1b2b71f
commit 674f8e0
Showing
8 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
"url": "https://opensource.org/licenses/MIT" | ||
} | ||
], | ||
"bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues", | ||
|
@@ -18,7 +18,7 @@ | |
{ | ||
"name": "Marijn Haverbeke", | ||
"email": "[email protected]", | ||
"web": "http://marijnhaverbeke.nl" | ||
"web": "https://marijnhaverbeke.nl/" | ||
} | ||
], | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
|
||
<p>You can reach me at <a href="mailto:[email protected]" | ||
property="email">[email protected]</a>, or visit my web page, <a | ||
href="http://marijnhaverbeke.nl" property="url">marijnhaverbeke.nl</a>.</p> | ||
href="https://marijnhaverbeke.nl/" property="url">marijnhaverbeke.nl</a>.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "Marijn Haverbeke", | ||
"email": "[email protected]", | ||
"website": "http://marijnhaverbeke.nl" | ||
"website": "https://marijnhaverbeke.nl/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
My name is Marijn Haverbeke. You can email me at [email protected], or visit my website, http://marijnhaverbeke.nl . | ||
My name is Marijn Haverbeke. You can email me at [email protected], or visit my website, https://marijnhaverbeke.nl/ . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters