Skip to content

Commit e4e8eb0

Browse files
committed
Use HTTPS links
1 parent fddf063 commit e4e8eb0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

awesome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Ensure your list is grammatically correct, typo-free and has no Markdown formatt
6464

6565
## Choose an appropriate license
6666

67-
Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.
67+
Keep in mind that if you [haven't selected a license](https://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.
6868

6969
[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended.
7070

code-of-conduct.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ members of the project's leadership.
6868
## Attribution
6969

7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at [http://contributor-covenant.org/version/1/4][version]
71+
available at [https://contributor-covenant.org/version/1/4][version]
7272

73-
[homepage]: http://contributor-covenant.org
74-
[version]: http://contributor-covenant.org/version/1/4/
73+
[homepage]: https://contributor-covenant.org
74+
[version]: https://contributor-covenant.org/version/1/4/

license

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ c. Affirmer disclaims responsibility for clearing rights of other persons that m
3737

3838
d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
3939

40-
For more information, please see http://creativecommons.org/publicdomain/zero/1.0
40+
For more information, please see https://creativecommons.org/publicdomain/zero/1.0

pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
- Has an appropriate license.
7777
- **We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.**
7878
- Tip: You can quickly add it to your repo by going to this URL: `https://github.com/<user>/<repo>/community/license/new?branch=master&template=cc0-1.0` (replace `<user>` and `<repo>` accordingly).
79-
- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are [WTFPL](http://www.wtfpl.net) and [Unlicense](http://unlicense.org).
79+
- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org).
8080
- Place a file named `license` or `LICENSE` in the repo root with the license text.
8181
- **Do not** add the license name or text to the readme. GitHub already shows the license name at the top of the repo.
8282
- To verify that you've read all the guidelines, please comment on your pull request with just the word `unicorn`.

0 commit comments

Comments
 (0)