Skip to content

Commit 6834f9e

Browse files
jdufresnejpadilla
authored andcommitted
Prefer https:// links where available (#439)
1 parent 1b979a4 commit 6834f9e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Change Log
22
=========================================================================
33

44
All notable changes to this project will be documented in this file.
5-
This project adheres to [Semantic Versioning](http://semver.org/).
5+
This project adheres to [Semantic Versioning](https://semver.org/).
66

77
[Unreleased][unreleased]
88
-------------------------------------------------------------------------

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][version]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://www.contributor-covenant.org/
46+
[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

jwt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
JSON Web Token implementation
66
77
Minimum implementation based on this spec:
8-
http://self-issued.info/docs/draft-jones-json-web-token-01.html
8+
https://self-issued.info/docs/draft-jones-json-web-token-01.html
99
"""
1010

1111

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_version(package):
4949
description='JSON Web Token implementation in Python',
5050
license='MIT',
5151
keywords='jwt json web token security signing',
52-
url='http://github.com/jpadilla/pyjwt',
52+
url='https://github.com/jpadilla/pyjwt',
5353
packages=find_packages(
5454
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]
5555
),

0 commit comments

Comments
 (0)