There was an error while loading. Please reload this page.
1 parent 6423110 commit 02e330dCopy full SHA for 02e330d
1 file changed
scripts/build_changelog.py
@@ -49,7 +49,7 @@ def doubleIndentation(source):
49
print("Generating html...")
50
51
changeLogURL = (
52
- "https://raw.githubusercontent.com/googlefonts/fontra/refs/heads/main/CHANGELOG.md"
+ "https://raw.githubusercontent.com/fontra/fontra/refs/heads/main/CHANGELOG.md"
53
)
54
markdownSource = downloadURL(changeLogURL)
55
markdownSource = doubleIndentation(markdownSource)
0 commit comments