Skip to content

Commit 64898ca

Browse files
committed
Change URLs to map the GitHub repository transfer under Read the Docs
1 parent bc80c44 commit 64898ca

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717

1818
::
1919

20-
pip install git+https://github.com/humitos/sphinx-hoverxref@master
20+
pip install git+https://github.com/readthedocs/sphinx-hoverxref@master
2121

2222

2323
Configuration
@@ -46,6 +46,6 @@ Check out the full documentation at https://sphinx-hoverxref.readthedocs.io/
4646
.. |Docs badge| image:: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
4747
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
4848
:alt: Documentation status
49-
.. |License| image:: https://img.shields.io/github/license/humitos/sphinx-hoverxref.svg
49+
.. |License| image:: https://img.shields.io/github/license/readthedocs/sphinx-hoverxref.svg
5050
:target: LICENSE
5151
:alt: Repository license

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Online documentation:
77
https://sphinx-hoverxref.readthedocs.io/
88

99
Source code repository (and issue tracker):
10-
https://github.com/humitos/sphinx-hoverxref/
10+
https://github.com/readthedocs/sphinx-hoverxref/
1111

1212
Badges:
1313
|Docs badge| |License|
@@ -57,6 +57,6 @@ This will :hoverxref:`show a tooltip <hoverxref:hoverxref>` in the linked words.
5757
.. |Docs badge| image:: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
5858
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
5959
:alt: Documentation status
60-
.. |License| image:: https://img.shields.io/github/license/humitos/sphinx-hoverxref.svg
60+
.. |License| image:: https://img.shields.io/github/license/readthedocs/sphinx-hoverxref.svg
6161
:target: LICENSE
6262
:alt: Repository license

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install the package
1515

1616
.. prompt:: bash
1717

18-
pip install git+https://github.com/humitos/sphinx-hoverxref@master
18+
pip install git+https://github.com/readthedocs/sphinx-hoverxref@master
1919

2020

2121
Once we have the package installed,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author='Manuel Kaufmann',
1212
author_email='[email protected]',
1313
description='Sphinx extension to embed content in a tooltip on xref hover',
14-
url='https://github.com/humitos/sphinx-hoverxref',
14+
url='https://github.com/readthedocs/sphinx-hoverxref',
1515
license='MIT',
1616
packages=setuptools.find_packages(),
1717
long_description=long_description,

0 commit comments

Comments
 (0)