Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Kiten
Commits
6db9d77b
Commit
6db9d77b
authored
Jan 02, 2022
by
Nicolas Fella
Browse files
Fix dictionary data URLs
The current URLs don't work, replace them with working ones
parent
895a12d3
Pipeline
#117243
passed with stage
in 50 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
app/dictionaryupdatemanager.cpp
View file @
6db9d77b
...
...
@@ -28,11 +28,11 @@
#include <QStandardPaths>
// URL to the information file.
#define INFO_URL "http://ftp.
monash.edu.au
/pub/
n
ihongo/edicthdr.txt"
#define INFO_URL "http://ftp.
edrdg.org
/pub/
N
ihongo/edicthdr.txt"
// URL to the EDICT dictionary.
#define EDICT_URL "http://ftp.
monash.edu.au
/pub/
n
ihongo/edict.gz"
#define EDICT_URL "http://ftp.
edrdg.org
/pub/
N
ihongo/edict.gz"
// URL to the KANJIDIC dictionary.
#define KANJIDIC_URL "http://ftp.
monash.edu.au
/pub/
n
ihongo/kanjidic.gz"
#define KANJIDIC_URL "http://ftp.
edrdg.org
/pub/
N
ihongo/kanjidic.gz"
DictionaryUpdateManager
::
DictionaryUpdateManager
(
Kiten
*
parent
)
:
QObject
(
parent
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment