Avoid Github redirection when downloading dictionaries (#1291)

This removes a domain from connection logs and avoids an unecessary
redirection.
This commit is contained in:
Jules Aguillon
2026-05-17 13:01:39 +02:00
committed by GitHub
parent 779d438fa0
commit aa11bb25fd
@@ -150,7 +150,7 @@ public class DictionaryListView extends LinearLayout
}
static final String DICT_REPO_URL =
"https://github.com/Julow/Unexpected-Keyboard-dictionaries/raw/refs/heads/main";
"https://raw.githubusercontent.com/Julow/Unexpected-Keyboard-dictionaries/refs/heads/main";
static URL url_of_dictionary(String dict_name)
throws MalformedURLException