Skip to content

Commit 636d58c

Browse files
Luflosimwalle
authored andcommitted
Update all HTTP URLs to HTTPS
Let's stop recommending unencrypted connections. I checked that these URLs all work. Signed-off-by: Lukas Zirpel <[email protected]>
1 parent 6b34ca6 commit 636d58c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![PyPiVersion](https://badge.fury.io/py/pyaardvark.svg)
55
![Python versions](https://img.shields.io/pypi/pyversions/pyaardvark.svg)
66

7-
The [Total Phase](http://www.totalphase.com) Aardvark is an USB I²C/SPI
7+
The [Total Phase](https://www.totalphase.com) Aardvark is an USB I²C/SPI
88
host adapter.
99

1010
## Rationale
@@ -33,7 +33,7 @@ Instead, this binding tries to be more pythonic.
3333
## Documentation
3434

3535
You can find the most up to date documentation at:
36-
<http://pyaardvark.rtfd.org>
36+
<https://pyaardvark.rtfd.org>
3737

3838
## Requirements
3939

@@ -59,7 +59,7 @@ send-email`), do a github pull request or just file an issue.
5959
If you are doing code changes or additions please:
6060
- respect the coding style (eg. PEP8),
6161
- provide well-formed commit message (see [this blog
62-
post](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).)
62+
post](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).)
6363
- add a Signed-off-by line (eg. `git commit -s`)
6464

6565
## License

docs/defines.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.. _Total Phase: http://www.totalphase.com
1+
.. _Total Phase: https://www.totalphase.com
22
.. |I2C| replace:: I\ :sup:`2`\ C

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def git_pep440_version():
4242
author = 'Michael Walle',
4343
author_email = '[email protected]',
4444
packages = find_packages(),
45-
url = 'http://github.com/kontron/python-aardvark',
45+
url = 'https://github.com/kontron/python-aardvark',
4646
license = 'LGPLv2+',
4747
classifiers = [
4848
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)