Skip to content

Commit 5598e06

Browse files
committed
Replace broken CDDBPROTO with link to gnudb.org documentation
1 parent a9d3506 commit 5598e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discid/disc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def cddb_query_string(self) -> str:
395395
This is a :obj:`str <python:str>` object
396396
and enables generating queries to CDDB servers.
397397
398-
.. seealso:: `CDDB Server Protocol <http://ftp.freedb.org/pub/freedb/latest/CDDBPROTO>`_
398+
.. seealso:: `CDDB Server Protocol <https://gnudb.org/howtognudb.php>`_
399399
"""
400400
cddb_query_string = "%s %s %s %s" % (
401401
self.freedb_id,

0 commit comments

Comments
 (0)