Skip to content

Commit 7b41cae

Browse files
committed
ja/textbooks/supplement: URLを修正.
1 parent f8a4646 commit 7b41cae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ja/textbooks/supplement/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ title: "「SML#で始める実践MLプログラミング」補足説明"
1616
p.168の上部のコードブロックの最後の宣言を以下のように変更して使用してください。
1717
```
1818
val 累積陽性者Url =
19-
"https://github.com/smlsharp/mlpractice-book/\
20-
\covid19japan.json"
19+
"https://github.com/smlsharp/mlpractice-book/raw/refs/heads/master/covid19japan-all.json"
2120
```
2221
このファイルのソースと配布条件は、
2322
[covid19japanjsonNotice.txt](https://github.com/smlsharp/mlpractice-book/blob/master/covid19japanjsonNotice.txt)

0 commit comments

Comments
 (0)