From 27889a75e3d78d2602bdea00748ca13e68429fa3 Mon Sep 17 00:00:00 2001 From: "Yuhao Zhu, PhD, FRM" Date: Thu, 7 Dec 2023 00:29:40 +0100 Subject: [PATCH] typo --- joy/chaifen/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joy/chaifen/app.js b/joy/chaifen/app.js index 8851d0e..e92befc 100644 --- a/joy/chaifen/app.js +++ b/joy/chaifen/app.js @@ -1,4 +1,4 @@ -d3.csv("https://zhuyuhao.com/yuhao/star/chaifen/宇浩卿雲全漢字拆分表.csv", function (data) { +d3.csv("https://zhuyuhao.com/yuhao/joy/chaifen/宇浩卿雲全漢字拆分表.csv", function (data) { var dictionary = data; var button = d3.select("#button"); var form = d3.select("#form");