Skip to content

Commit 13e3d00

Browse files
committed
fix path
1 parent e806f14 commit 13e3d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs/getting-started/index.md
6262
docs/data-modeling/projections/index.md
6363
docs/cloud/manage/jan2025_faq/index.md
6464
docs/chdb/guides/index.md
65-
docs/use-cases/AI_ML/MCP/index.md
65+
docs/use-cases/AI_ML/index.md
6666

6767
.vscode
6868
.aspell.en.prepl

scripts/autogenerate-table-of-contents.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COMMANDS=(
4444
'--single-toc --dir="docs/cloud/changelogs" --md="docs/cloud/reference/release-notes-index.md"'
4545
'--single-toc --dir="docs/development" --md="docs/development/index.md" --ignore images'
4646
'--single-toc --dir="docs/getting-started/example-datasets" --md="docs/getting-started/index.md" --ignore images'
47-
'--single-toc --dir="docs/use-cases/AI_ML/MCP" --md="docs/use-cases/AI_ML/MCP/index.md" --ignore images'
47+
'--single-toc --dir="docs/use-cases/AI_ML/MCP" --md="docs/use-cases/AI_ML/index.md" --ignore images'
4848
)
4949

5050
# Execute each command

0 commit comments

Comments
 (0)