[gedit-plugins] Update site for translate Yandex API



commit 54a39f7d7c3f6b9783186af8ce6e94e94882f406
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Apr 17 13:58:34 2021 +0200

    Update site for translate Yandex API

 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 62b3b99..a117f04 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 an 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://yandex.com/dev/translate/'>https://yandex.com/dev/translate/</a>")
 
     def has_api_key(self):
         return True


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