From 2f9b069dc3918e503e4632ca45e60a543d25dea7 Mon Sep 17 00:00:00 2001 From: Nobutaka Mitsuhashi Date: Fri, 22 Dec 2023 14:42:24 +0900 Subject: [PATCH] update json url --- json_from_joomla/top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_from_joomla/top.html b/json_from_joomla/top.html index d329d93..57c6224 100644 --- a/json_from_joomla/top.html +++ b/json_from_joomla/top.html @@ -39,7 +39,7 @@ document.addEventListener("DOMContentLoaded", function () { // JSONデータのURL - var jsonUrl = "https://raw.githubusercontent.com/dbcls/humandbs/json_from_joomla/output/humandb_ja_20230926.json" + var jsonUrl = "https://raw.githubusercontent.com/dbcls/humandbs/import_json/json_from_joomla/humandbs_ja_20230926.json" // ページ上の要素を取得 var tableContainer = document.getElementById("table-container");