Skip to content

Commit de688aa

Browse files
authored
Fix SAS strings import URL
See #8525
1 parent 87e5900 commit de688aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/import_sas_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
print("Argument:")
3636
print(args)
3737

38-
base_url = "https://raw.githubusercontent.com/matrix-org/matrix-doc/master/data-definitions/sas-emoji.json"
38+
base_url = "https://raw.githubusercontent.com/matrix-org/matrix-spec/main/data-definitions/sas-emoji.json"
3939

4040
print("Downloading " + base_url + "…")
4141

0 commit comments

Comments
 (0)