From 3b4a8064754e9a43d66ef3485f91c3fc7186c5ba Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sun, 6 Apr 2025 10:57:02 +0200 Subject: [PATCH] Fix ZIM url for PhET --- phet/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phet/info.json b/phet/info.json index ce50a69..41ef233 100644 --- a/phet/info.json +++ b/phet/info.json @@ -10,5 +10,5 @@ "settings_show_external_link_option": true, "settings_show_search_snippet": false, "uses_audio": false, - "zim_url": "http://localhost:8000/phet_mul_all_2025-03.zim" + "zim_url": "https://mirror.download.kiwix.org/zim/phet/phet_mul_all_2025-03.zim" }