Skip to content

Commit

Permalink
Fix honzi dict urls
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 24, 2024
1 parent c4f1f5f commit f3db839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/convertToHonziDictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ import { isSingleCJKHanzi } from 'is-cjk-hanzi';
.setRevision(dateString)
.setIsUpdatable(true)
.setIndexUrl(
`https://github.com/MarvNC/wordshk-yomitan/releases/download/latest/${HONZI_INDEX_FILE}`
`https://github.com/MarvNC/wordshk-yomitan/releases/latest/download${HONZI_INDEX_FILE}`
)
.setDownloadUrl(
`https://github.com/MarvNC/wordshk-yomitan/releases/download/${tagName}/${honziDictionaryFilename}`
`https://github.com/MarvNC/wordshk-yomitan/releases/${tagName}/download/${honziDictionaryFilename}`
);
await dictionary.setIndex(dictionaryIndex.build());

Expand Down

0 comments on commit f3db839

Please sign in to comment.