Skip to content

Commit 99f78ab

Browse files
authored
Merge pull request #72 from rmelotte/update-links-to-repo
Thank you!
2 parents 5666c18 + a2230d8 commit 99f78ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Implements most NetworkManager dbus interfaces and objects.
99

1010
* `python-sdbus` version higher than 0.8rc2
1111

12-
See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#requirements).
12+
See [python-sdbus requirements](https://github.com/python-sdbus/python-sdbus#requirements).
1313

1414
## Installation
1515

@@ -19,6 +19,6 @@ See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#require
1919

2020
See [this quickstart guide for brief introduction to NetworkManager D-Bus API](https://python-sdbus-networkmanager.readthedocs.io/en/latest/quickstart.html).
2121

22-
This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).
22+
This is the sub-project of [python-sdbus](https://github.com/python-sdbus/python-sdbus).
2323

2424
See the [python-sdbus documentation](https://python-sdbus.readthedocs.io/en/latest/).

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ of `NetworkManager <https://wiki.gnome.org/Projects/NetworkManager>`_.
2222
enums
2323
exceptions
2424

25-
See `python-sdbus <https://github.com/igo95862/python-sdbus>`_ homepage if you are
25+
See `python-sdbus <https://github.com/python-sdbus/python-sdbus>`_ homepage if you are
2626
unfamiliar with python-sdbus.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
3232
version='2.0.0',
33-
url='https://github.com/igo95862/python-sdbus',
33+
url='https://github.com/python-sdbus/python-sdbus-networkmanager',
3434
author='igo95862',
3535
author_email='igo95862@yandex.ru',
3636
license='LGPL-2.1-or-later',
3737
keywords='dbus networkmanager networking linux freedesktop',
3838
project_urls={
39-
'Documentation': 'https://python-sdbus.readthedocs.io/en/latest/',
40-
'Source': 'https://github.com/igo95862/python-sdbus/',
41-
'Tracker': 'https://github.com/igo95862/python-sdbus/issues/',
39+
'Documentation': 'https://python-sdbus-networkmanager.readthedocs.io/en/latest/',
40+
'Source': 'https://github.com/python-sdbus/python-sdbus-networkmanager/',
41+
'Tracker': 'https://github.com/python-sdbus/python-sdbus-networkmanager/issues/',
4242
},
4343
classifiers=[
4444
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)