From 3b02d8b238a8e5b6c78ec222dd68e64a1ff6d256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:53:52 +0800 Subject: [PATCH] my fault --- check-markdown-links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-markdown-links.py b/check-markdown-links.py index 0012f5c2..5d7de1c5 100644 --- a/check-markdown-links.py +++ b/check-markdown-links.py @@ -12,7 +12,7 @@ import requests -PROJECT_ROOT = Path(__file__).absolute().parent.parent +PROJECT_ROOT = Path(__file__).absolute().parent assert (PROJECT_ROOT / "README.md").is_file() os.chdir(PROJECT_ROOT)