Skip to content

Commit aa11bb2

Browse files
authored
Avoid Github redirection when downloading dictionaries (#1291)
This removes a domain from connection logs and avoids an unecessary redirection.
1 parent 779d438 commit aa11bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srcs/juloo.keyboard2/dict/DictionaryListView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void refresh(Set<String> installed, Set<String> pending)
150150
}
151151

152152
static final String DICT_REPO_URL =
153-
"https://github.com/Julow/Unexpected-Keyboard-dictionaries/raw/refs/heads/main";
153+
"https://raw.githubusercontent.com/Julow/Unexpected-Keyboard-dictionaries/refs/heads/main";
154154

155155
static URL url_of_dictionary(String dict_name)
156156
throws MalformedURLException

0 commit comments

Comments
 (0)