diff options
author | notaz <notasas@gmail.com> | 2024-01-29 03:39:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 01:39:34 +0000 |
commit | 38235b98494a1148391adf240206b0d5a3727be1 (patch) | |
tree | ee3dce0541b88a505f0012898fce897f4a713af4 /ext/settings.html | |
parent | 309d0b41ff2936a8665f39708c678e3ff9c23742 (diff) |
fix some dead links in the welcome page (#587)
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html index 38cbf6f6..f59041db 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2479,7 +2479,7 @@ <div class="warning-text margin-above no-dictionaries-installed-warning" hidden> No dictionaries have been installed yet. - Visit the <a href="https://github.com/themoeway/yomitan#dictionaries" target="_blank" rel="noopener noreferrer">Yomitan homepage</a> + Visit the <a href="https://github.com/themoeway/yomitan/blob/master/docs/dictionaries.md#dictionaries" target="_blank" rel="noopener noreferrer">Yomitan homepage</a> for a list of free dictionaries or click the <em>Import</em> button below to select a dictionary file to import. </div> <div id="dictionary-error" class="danger-text margin-above" hidden></div> |