Skip to content

Commit 8aaeef0

Browse files
committed
Update urls to point to aiofreepybox
1 parent 30dd6b4 commit 8aaeef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def reboot()
4141
# Properly close the session.
4242
await fbx.close()
4343
```
44-
Have a look at the [example.py](https://github.com/stilllman/freepybox/blob/master/example.py) for a more complete overview.
44+
Have a look at the [example.py](https://github.com/stilllman/freepybox/blob/aiofreepybox/example.py) for a more complete overview.
4545

4646
Resources
4747
---------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def find_version(*file_paths):
4141
long_description_content_type='text/markdown',
4242
install_requires=['aiohttp>=3,<4'],
4343
include_package_data=True,
44-
url='https://github.com/stilllman/freepybox',
44+
url='https://github.com/stilllman/freepybox/tree/aiofreepybox',
4545
keywords='freebox async',
4646
classifiers=[
4747
'Programming Language :: Python',

0 commit comments

Comments
 (0)