Change link to page with instructions on getting ISBNDB keys

This commit is contained in:
Kovid Goyal 2014-01-23 08:22:29 +05:30
parent 7ca1286575
commit 3681ed7827

View File

@ -38,7 +38,7 @@ class ISBNDB(Source):
config_help_message = '<p>'+_('To use metadata from isbndb.com you must sign'
' up for a free account and get an isbndb key and enter it below.'
' Instructions to get the key are '
'<a href="http://isbndb.com/docs/api/30-keys.html">here</a>.')
'<a href="http://isbndb.com/api/v1/docs/keys">here</a>.')
def __init__(self, *args, **kwargs):