Skip to content

Commit

Permalink
docs(README): prefer https
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Jun 2, 2016
1 parent 578961f commit 31de4a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ CONTRIBUTORS
LICENSE
---------------------------------------
Licensed under the [MIT](http://twada.mit-license.org/2014-2016) license.
Licensed under the [MIT](https://twada.mit-license.org/2014-2016) license.
[npm-url]: https://www.npmjs.com/package/licensify
Expand All @@ -228,5 +228,5 @@ Licensed under the [MIT](http://twada.mit-license.org/2014-2016) license.
[depstat-url]: https://gemnasium.com/twada/licensify
[depstat-image]: https://gemnasium.com/twada/licensify.svg
[license-url]: http://twada.mit-license.org/2014-2016
[license-url]: https://twada.mit-license.org/2014-2016
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*
* Copyright (c) 2014-2016 Takuto Wada
* Licensed under the MIT license.
* http://twada.mit-license.org/2014-2016
* https://twada.mit-license.org/2014-2016
*/
module.exports = require('./lib/licensify');
2 changes: 1 addition & 1 deletion lib/licensify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Copyright (c) 2014-2016 Takuto Wada
* Licensed under the MIT license.
* http://twada.mit-license.org/2014-2016
* https://twada.mit-license.org/2014-2016
*/
'use strict';

Expand Down

0 comments on commit 31de4a7

Please sign in to comment.