[gedit-plugins/yandex] Update URL to obtain key



commit 8b02fa70c06f8127728c4ced35e2aa625d0bd66e
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Oct 18 10:41:42 2020 +0200

    Update URL to obtain key

 plugins/translate/translate/services/yandex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/translate/translate/services/yandex.py b/plugins/translate/translate/services/yandex.py
index c50065d..7bd85c1 100644
--- a/plugins/translate/translate/services/yandex.py
+++ b/plugins/translate/translate/services/yandex.py
@@ -62,7 +62,7 @@ class Yandex(Service):
         return 'en|es'
 
     def get_api_hint(self):
-        return _("You need to obtain a free API key at <a 
href='https://tech.yandex.com/translate/'>https://tech.yandex.com/translate/</a>")
+        return _("You need to obtain an API key at <a 
href='https://cloud.yandex.com/docs/translate/'>https://cloud.yandex.com/docs/translate/</a>")
 
     def has_api_key(self):
         return True


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]