Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![PyPiVersion](https://badge.fury.io/py/pyaardvark.svg)
![Python versions](https://img.shields.io/pypi/pyversions/pyaardvark.svg)

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

## Rationale
Expand Down Expand Up @@ -33,7 +33,7 @@ Instead, this binding tries to be more pythonic.
## Documentation

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

## Requirements

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

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/defines.rst.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.. _Total Phase: http://www.totalphase.com
.. _Total Phase: https://www.totalphase.com
.. |I2C| replace:: I\ :sup:`2`\ C
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def git_pep440_version():
author = 'Michael Walle',
author_email = 'michael.walle@kontron.com',
packages = find_packages(),
url = 'http://github.com/kontron/python-aardvark',
url = 'https://github.com/kontron/python-aardvark',
license = 'LGPLv2+',
classifiers = [
'Development Status :: 3 - Alpha',
Expand Down