Skip to content

Commit

Permalink
update paths (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Oct 9, 2024
1 parent f75d768 commit 00e205c
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if [[ ! "$edition_languages" == *"$target_iso"* ]]; then
continue
fi
url="https://github.com/themoeway/kaikki-to-yomitan/releases/download/${{needs.prepare.outputs.tag}}/kty-${source_iso}-${target_iso}-ipa.zip"
url="https://github.com/yomidevs/kaikki-to-yomitan/releases/download/${{needs.prepare.outputs.tag}}/kty-${source_iso}-${target_iso}-ipa.zip"
curl -s -O -f -L "$url" || echo "Skipping $url due to an error."
done
done
Expand Down
4 changes: 2 additions & 2 deletions 4-make-yomitan.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ const {
temp_folder: writeFolder
} = process.env;

const latestDownloadLink = 'https://github.com/themoeway/kaikki-to-yomitan/releases/latest/download/';
const latestDownloadLink = 'https://github.com/yomidevs/kaikki-to-yomitan/releases/latest/download/';

const indexJson = {
format: 3,
revision: currentDate,
sequenced: true,
author: 'Kaikki-to-Yomitan contributors',
url: 'https://github.com/themoeway/kaikki-to-yomitan',
url: 'https://github.com/yomidevs/kaikki-to-yomitan',
description: 'Dictionaries for various language pairs generated from Wiktionary data, via Kaikki and Kaikki-to-Yomitan.',
attribution: 'https://kaikki.org/',
sourceLanguage: source_iso,
Expand Down
Loading

0 comments on commit 00e205c

Please sign in to comment.