Skip to content

Commit 02e330d

Browse files
committed
Fix one repo URL
1 parent 6423110 commit 02e330d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def doubleIndentation(source):
4949
print("Generating html...")
5050

5151
changeLogURL = (
52-
"https://raw.githubusercontent.com/googlefonts/fontra/refs/heads/main/CHANGELOG.md"
52+
"https://raw.githubusercontent.com/fontra/fontra/refs/heads/main/CHANGELOG.md"
5353
)
5454
markdownSource = downloadURL(changeLogURL)
5555
markdownSource = doubleIndentation(markdownSource)

0 commit comments

Comments
 (0)