You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/index.html.jinja
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,6 @@
43
43
<pstyle="text-align: center;">
44
44
Last updated {{ generation_time.strftime('on %A %-d %B %Y at %-H:%M:%S %Z') }} (in {{ duration // 60 }} minutes and {{ duration % 60 }} seconds).<br/>
45
45
You can find the scripts used to generate this website <ahref="https://github.com/python-docs-translations/dashboard/">on GitHub</a>.<br/>
46
-
You can download the data on this page in <ahref="https://github.com/python-docs-translations/dashboard/blob/gh-pages/index.json">JSON format</a>.
46
+
You can download the data on this page in <ahref="https://raw.githubusercontent.com/python-docs-translations/dashboard/refs/heads/gh-pages/index.json">JSON format</a>.
0 commit comments