Skip to content

Commit ce58d4a

Browse files
DelazJgithub-actions[bot]
authored andcommitted
Fix path to translation_stats.rst
1 parent 0b5c38c commit ce58d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/load_tx_stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def load_lang_substitutions(target_langs):
234234
# Store the stats as a table in a rst file
235235
statsfile = path.join(path.dirname(__file__),
236236
'..',
237-
'docs/user_manual/preamble/translation_stats.rst'
237+
'docs/about/translation_stats.rst'
238238
)
239239
with open(statsfile, 'w') as f:
240240
f.write(f":orphan:\n\n"

0 commit comments

Comments
 (0)