From 67255f7e01f7970e4acdd57c9a399f9452fc1d0c Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 23 Nov 2022 11:18:11 -0600 Subject: [PATCH] fix: fix remaining altdesktop links (#169) There were still a few links incorrectly pointing back to altdesktop/python-dbus-next on GitHub. --- README.md | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f82790..5a99dc1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/source/index.rst b/docs/source/index.rst index 014b325..cdbf200 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,12 +55,12 @@ This library is available on PyPi as `dbus-fast `_. Report bugs or request features there. Contributions are welcome. +Development for this library happens on `Github `_. Report bugs or request features there. Contributions are welcome. License ++++++++ -This library is available under an `MIT License `_. +This library is available under an `MIT License `_. © 2022, Bluetooth Devices authors © 2019, Tony Crisci