From dd593c1640149b24d8684ec6e15f61f3404398c2 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Fri, 3 Jul 2026 00:40:09 +0800 Subject: [PATCH] Fix Lapwing dict URL: moved to plover-lapwing-aio repo --- tools/fetch_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fetch_dict.py b/tools/fetch_dict.py index 09d68e4..9b9ec2e 100644 --- a/tools/fetch_dict.py +++ b/tools/fetch_dict.py @@ -18,7 +18,7 @@ DICTS = { "filename": "plover-main.json", }, "lapwing": { - "url": "https://raw.githubusercontent.com/aerickt/steno-dictionaries/main/lapwing-base.json", + "url": "https://raw.githubusercontent.com/aerickt/plover-lapwing-aio/main/plover_lapwing/dictionaries/lapwing-base.json", "filename": "lapwing.json", }, }