Skip to content

Commit c5ff460

Browse files
authored
Fix links in docs (#677)
This updates some of the links in documentation that point to the [previous site][1] before it was changed to a redirect to readthedocs. It also updates links to releases from eyed3.nicfit.net to the GitHub repo releases as http://eyed3.nicfit.net/releases/ returns 403 [1]: https://web.archive.org/web/20150213014222/http://eyed3.nicfit.net/installation.html
1 parent 5e8e69e commit c5ff460

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ Get Started
9090
Python >= 3.9 is required.
9191

9292
For `installation instructions`_ or more complete `documentation`_ see
93-
http://eyeD3.nicfit.net/
93+
https://eyed3.readthedocs.io/
9494

9595
Please post feedback and/or defects on the `issue tracker`_, or `mailing list`_.
9696

97-
.. _eyeD3: http://eyeD3.nicfit.net/
97+
.. _eyeD3: https://eyed3.readthedocs.io/
9898
.. _Travis Shirk: travis@pobox.com
9999
.. _issue tracker: https://github.com/nicfit/eyeD3/issues
100100
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/eyed3-users
101-
.. _installation instructions: http://eyeD3.nicfit.net/index.html#installation
102-
.. _documentation: http://eyeD3.nicfit.net/index.html#documentation
101+
.. _installation instructions: https://eyed3.readthedocs.io/en/latest/installation.html
102+
.. _documentation: https://eyed3.readthedocs.io/
103103
.. _GPL: http://www.gnu.org/licenses/gpl-2.0.html
104104
.. _ID3: http://id3.org/
105105

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Or you can run from the archive directory directly:
7070
$ export PYTHONPATH=`pwd`/build/lib
7171
$ export PATH=${PATH}:`pwd`/bin
7272
73-
.. _release archive: http://eyed3.nicfit.net/releases/
73+
.. _release archive: https://github.com/nicfit/eyeD3/releases
7474

7575
Checking Out the Source Code
7676
============================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
]
4242

4343
[project.urls]
44-
homepage = "https://eyeD3.nicfit.net/"
44+
homepage = "https://eyed3.readthedocs.io/"
4545
repository = "https://github.com/nicfit/eyeD3"
4646

4747
[project.scripts]

0 commit comments

Comments
 (0)