Skip to content

Commit e4e828a

Browse files
authored
Merge pull request #104 from rmelotte/update-links-to-repo
Thank you!
2 parents 9e2950f + 9c4c2fc commit e4e828a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)