Skip to content

Commit

Permalink
HTTPS links to external sites (#120)
Browse files Browse the repository at this point in the history
* HTTPS links to external sites

safer and prevents a redirect

* Update more links to use https
  • Loading branch information
coliff authored and cookpete committed Jun 20, 2019
1 parent e2408dc commit 0fafde3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2017 Pete Cook http://cookpete.com
Copyright (c) 2017 Pete Cook https://cookpete.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ auto-changelog --breaking-pattern "BREAKING CHANGE:"

### Custom templates

If you aren’t happy with the default templates or want to tweak something, you can point to a [handlebars](http://handlebarsjs.com) template in your local repo. Check out the [existing templates](templates) to see what is possible.
If you aren’t happy with the default templates or want to tweak something, you can point to a [handlebars](https://handlebarsjs.com) template in your local repo. Check out the [existing templates](templates) to see what is possible.

Save `changelog-template.hbs` somewhere in your repo:

Expand Down Expand Up @@ -311,7 +311,7 @@ Now you can use {{custom}}
If you are upgrading from `0.x`, the same options are still supported out of the box. Nothing will break, but your changelog may look slightly different:

- The default template is now `compact`
- If you still want to use the [`keepachangelog`](http://keepachangelog.com) format, use `--template keepachangelog`
- If you still want to use the [`keepachangelog`](https://keepachangelog.com) format, use `--template keepachangelog`
- Templates now use `-` instead of `*` for lists
- Up to 3 commits are now shown per release by default, use `--commit-limit` to change this
- Unreleased changes are no longer listed by default, use `--unreleased` to include them
Expand All @@ -323,7 +323,7 @@ If anything isn’t working correctly, [open an issue](https://github.com/CookPe

#### What’s a changelog?

See [keepachangelog.com](http://keepachangelog.com).
See [keepachangelog.com](https://keepachangelog.com).

#### What does this do?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postpublish": "npm run clean",
"generate-test-data": "cross-env NODE_ENV=test babel-node scripts/generate-test-data.js"
},
"author": "Pete Cook <[email protected]> (http://github.com/cookpete)",
"author": "Pete Cook <[email protected]> (https://github.com/cookpete)",
"homepage": "https://github.com/CookPete/auto-changelog",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions templates/keepachangelog.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

Expand Down
4 changes: 2 additions & 2 deletions test/data/template-keepachangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

Expand Down

0 comments on commit 0fafde3

Please sign in to comment.