Skip to content

Commit 9c4c2fc

Browse files
committed
Update URL to github repository
The github URL has changed but it was not updated at least in some places, so update it now. Signed-off-by: Raphaël Mélotte <[email protected]>
1 parent 9e2950f commit 9c4c2fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/autodoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use it include ``"sdbus.autodoc"`` extension in your
1212
extensions = ['sdbus.autodoc']
1313
1414
The extension can document interface class bodies. For example,
15-
`python-sdbus-networkmanager <https://github.com/igo95862/python-sdbus-networkmanager>`_
15+
`python-sdbus-networkmanager <https://github.com/python-sdbus/python-sdbus-networkmanager>`_
1616
uses it to document the classes.
1717

1818
.. code-block:: rst

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ def get_link_arguments() -> list[str]:
9797
long_description=long_description,
9898
long_description_content_type='text/markdown',
9999
version='0.14.0',
100-
url='https://github.com/igo95862/python-sdbus',
100+
url='https://github.com/python-sdbus/python-sdbus',
101101
author='igo95862',
102102
author_email='[email protected]',
103103
license='LGPL-2.1-or-later',
104104
keywords='dbus ipc linux freedesktop',
105105
project_urls={
106106
'Documentation': 'https://python-sdbus.readthedocs.io/en/latest/',
107-
'Source': 'https://github.com/igo95862/python-sdbus/',
108-
'Tracker': 'https://github.com/igo95862/python-sdbus/issues/',
107+
'Source': 'https://github.com/python-sdbus/python-sdbus/',
108+
'Tracker': 'https://github.com/python-sdbus/python-sdbus/issues/',
109109
},
110110
classifiers=[
111111
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)