Skip to content

Commit 2d76065

Browse files
authored
fix: README links
1 parent 3ebbb69 commit 2d76065

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hypixel.py (beta)
1414
:target: https://github.com/duhby/hypixel.py/blob/master/LICENSE/
1515
:alt: License
1616
.. image:: https://img.shields.io/readthedocs/hypixelpy/latest?style=for-the-badge
17-
:target: https://docs.dubs.rip/en/latest/
17+
:target: https://hypixelpy.readthedocs.io/en/stable/
1818
:alt: Documentation Status
1919

2020

@@ -35,7 +35,7 @@ The purpose of this project is to simplify the task of writing scripts that inte
3535
Getting Started
3636
---------------
3737

38-
**Check out the** `examples <https://docs.dubs.rip/en/latest/examples.html>`_ **and** `documentation <https://docs.dubs.rip/en/latest/>`_!
38+
**Check out the** `examples <https://hypixelpy.readthedocs.io/en/stable/examples.html>`_ **and** `documentation <https://hypixelpy.readthedocs.io/en/stable/>`_!
3939

4040
**Python 3.8+ is required (3.10.8+ recommended)**
4141

@@ -104,4 +104,4 @@ Quick Example
104104
if __name__ == '__main__':
105105
asyncio.run(main())
106106
107-
**You can find more examples** `in the documentation <https://docs.dubs.rip/en/latest/examples.html>`_
107+
**You can find more examples** `in the documentation <https://hypixelpy.readthedocs.io/en/stable/examples.html>`_

0 commit comments

Comments
 (0)