We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d3506 commit 5598e06Copy full SHA for 5598e06
1 file changed
discid/disc.py
@@ -395,7 +395,7 @@ def cddb_query_string(self) -> str:
395
This is a :obj:`str <python:str>` object
396
and enables generating queries to CDDB servers.
397
398
- .. seealso:: `CDDB Server Protocol <http://ftp.freedb.org/pub/freedb/latest/CDDBPROTO>`_
+ .. seealso:: `CDDB Server Protocol <https://gnudb.org/howtognudb.php>`_
399
"""
400
cddb_query_string = "%s %s %s %s" % (
401
self.freedb_id,
0 commit comments