Skip to content

Commit 0b96d9e

Browse files
committed
fix(jekyll): use https
ref #14
1 parent 117b243 commit 0b96d9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Shortcut:
2626

2727
1. Create a new file in [_posts/](https://github.com/ecmascript-daily/ecmascript-daily.github.com/tree/master/_posts)`<year>`
2828
2. File name should be `<year>-<month>-<day>-<title>.md`
29-
- [Writing posts](http://jekyllrb.com/docs/posts/ "Writing posts")
29+
- [Writing posts](https://jekyllrb.com/docs/posts/ "Writing posts")
3030
3. Copy the contents of [post.md.template](template/post.md.template) into the file.
3131
4. Fill as many values.(meta data only)
3232
5. Create a pull request from the online editor, or if you're using git from the command line follow the usual steps for making a pull request.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please see [Contributing Guideline](./CONTRIBUTING.md)
1010

1111
1. Create a new file in [_posts/](https://github.com/ecmascript-daily/ecmascript-daily.github.com/tree/master/_posts)`<year>`
1212
2. File name should be `<year>-<month>-<day>-<title>.md`
13-
- [Writing posts](http://jekyllrb.com/docs/posts/ "Writing posts")
13+
- [Writing posts](https://jekyllrb.com/docs/posts/ "Writing posts")
1414
3. Copy the contents of [post.md.template](template/post.md.template) into the file.
1515
4. Fill as many values.(meta data only)
1616
5. Create a pull request from the online editor, or if you're using git from the command line follow the usual steps for making a pull request.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ twitter_username: EcmascriptDaily
3636
# Finally if you are pushing to a GitHub project page, include the project name at the end.
3737
#
3838

39-
production_url : http://ecmascript-daily.github.io
39+
production_url : https://ecmascript-daily.github.io
4040
future: true
4141
# Build settings
4242
markdown: kramdown

0 commit comments

Comments
 (0)