Skip to content

Commit

Permalink
Update config page location in script
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Feb 29, 2024
1 parent f1980da commit f8e42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_config_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
exit(1)

option_split = '## Configuration Reference'
doc_file = 'docs/sql/configuration.md'
doc_file = 'docs/configuration/overview.md'

with open(doc_file, 'r') as f:
text = f.read()
Expand Down

0 comments on commit f8e42f7

Please sign in to comment.