Skip to content

Commit

Permalink
Fix readthedocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini authored and Maja Massarini committed Dec 16, 2021
1 parent ad4eee1 commit 11a9baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.com/majamassarini/knx-stack.svg?branch=master)](https://travis-ci.com/majamassarini/knx-stack)
[![codecov](https://codecov.io/gh/majamassarini/knx-stack/branch/master/graph/badge.svg?token=HQ27JK26MT)](https://codecov.io/gh/majamassarini/knx-stack)
[![Documentation Status](https://readthedocs.com/projects/maja-massarini-knx-stack/badge/?version=latest&token=8336c023fa5922b6e166d8ef4cc2b5b52c8fa4d746995cddc6a29a99656e5cce)](https://maja-massarini-knx-stack.readthedocs-hosted.com/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/knx-stack/badge/?version=latest)](https://knx-stack.readthedocs.io/en/latest/?badge=latest)

A Python 3 KNX stack, not complete but easily extensible.

Expand Down Expand Up @@ -146,7 +146,7 @@ pip install knx-stack

## Diving In

[Documentation](https://maja-massarini-knx-stack.readthedocs-hosted.com/en/latest/?)
[Documentation](https://knx-stack.readthedocs.io/en/latest/?badge=latest)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name="knx-stack",
version="0.9.1",
version="0.9.2",
description="A python3 KNX stack for USB HID and KNXnet IP",
url="https://github.com/majamassarini/knx-stack",
long_description=long_description,
Expand Down

0 comments on commit 11a9baa

Please sign in to comment.