File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Shortcut:
26
26
27
27
1 . Create a new file in [ _ posts/] ( https://github.com/ecmascript-daily/ecmascript-daily.github.com/tree/master/_posts ) ` <year> `
28
28
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 ")
30
30
3 . Copy the contents of [ post.md.template] ( template/post.md.template ) into the file.
31
31
4 . Fill as many values.(meta data only)
32
32
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.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please see [Contributing Guideline](./CONTRIBUTING.md)
10
10
11
11
1 . Create a new file in [ _ posts/] ( https://github.com/ecmascript-daily/ecmascript-daily.github.com/tree/master/_posts ) ` <year> `
12
12
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 ")
14
14
3 . Copy the contents of [ post.md.template] ( template/post.md.template ) into the file.
15
15
4 . Fill as many values.(meta data only)
16
16
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.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ twitter_username: EcmascriptDaily
36
36
# Finally if you are pushing to a GitHub project page, include the project name at the end.
37
37
#
38
38
39
- production_url : http ://ecmascript-daily.github.io
39
+ production_url : https ://ecmascript-daily.github.io
40
40
future : true
41
41
# Build settings
42
42
markdown : kramdown
You can’t perform that action at this time.
0 commit comments