From e9383ad17c4c722a484919f1fba55c696cf33399 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Thu, 22 Aug 2024 14:32:57 +0800 Subject: [PATCH] Chore: Fix wrong path in docs/fortune_statistics.md --- docs/fortune_statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fortune_statistics.md b/docs/fortune_statistics.md index f7b7cc2..0b65bfb 100644 --- a/docs/fortune_statistics.md +++ b/docs/fortune_statistics.md @@ -25,4 +25,4 @@ The x-axis is the index value and the y-axis is the number of times. |------------------------------------------------|----------------------------------------------| | ![Good Fortune](./good_fortune_statistics.png) | ![Bad Fortune](./bad_fortune_statistics.png) | -[Statistics code](./main.js) +[Statistics code](../dev/main.js)