Skip to content

Commit

Permalink
Fix path to translation_stats.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Mar 6, 2025
1 parent fef2af6 commit 2485506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_tx_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def load_lang_substitutions(target_langs):
# Store the stats as a table in a rst file
statsfile = path.join(path.dirname(__file__),
'..',
'docs/user_manual/preamble/translation_stats.rst'
'docs/about/translation_stats.rst'
)
with open(statsfile, 'w') as f:
f.write(f":orphan:\n\n"
Expand Down

0 comments on commit 2485506

Please sign in to comment.