From fe83fa36fe0a3368e6b67466732a3ecf455138a1 Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Tue, 16 Dec 2025 08:19:14 +0900 Subject: [PATCH] fix: update path to chapter --- scripts/generate-rst-comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-rst-comment.py b/scripts/generate-rst-comment.py index 4ce9fd7c4..a56c73269 100644 --- a/scripts/generate-rst-comment.py +++ b/scripts/generate-rst-comment.py @@ -347,7 +347,7 @@ def generate_comment(rst_content: str, chapter: str, test_results: List[CodeTest if guideline_id: target_dir = f"src/coding-guidelines/{chapter_slug}/" target_file = f"{target_dir}{guideline_id}.rst.inc" - chapter_index_file = f"{target_dir}/index.rst" + chapter_index_file = f"{target_dir}index.rst" file_instructions = f""" ### 📁 Target Location