fix: fix remaining altdesktop links (#169)

There were still a few links incorrectly pointing back to
altdesktop/python-dbus-next on GitHub.
This commit is contained in:
David Lechner 2022-11-23 11:18:11 -06:00 committed by GitHub
parent 8d3d959217
commit 67255f7e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ asyncio.run(main())
## Contributing
Contributions are welcome. Development happens on [Github](https://github.com/altdesktop/python-dbus-fast).
Contributions are welcome. Development happens on [Github](https://github.com/Bluetooth-Devices/dbus-fast).
Before you commit, run `pre-commit run --all-files` to run the linter, code formatter, and the test suite.

View File

@ -55,12 +55,12 @@ This library is available on PyPi as `dbus-fast <https://pypi.org/project/dbus-f
Contributing
++++++++++++
Development for this library happens on `Github <https://github.com/altdesktop/python-dbus-fast>`_. Report bugs or request features there. Contributions are welcome.
Development for this library happens on `Github <https://github.com/Bluetooth-Devices/dbus-fast>`_. Report bugs or request features there. Contributions are welcome.
License
++++++++
This library is available under an `MIT License <https://github.com/altdesktop/python-dbus-fast/blob/master/LICENSE>`_.
This library is available under an `MIT License <https://github.com/Bluetooth-Devices/dbus-fast/blob/main/LICENSE>`_.
© 2022, Bluetooth Devices authors
© 2019, Tony Crisci