Skip to content

Commit

Permalink
Merge pull request #8623 from vector-im/travis/fix-sas-import
Browse files Browse the repository at this point in the history
Fix SAS strings import URL
  • Loading branch information
Florian14 authored Aug 23, 2023
2 parents 87e5900 + 6e6478a commit a5d231c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8623.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix import of SAS Emoji string translations.
2 changes: 1 addition & 1 deletion tools/import_sas_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
print("Argument:")
print(args)

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

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

Expand Down

0 comments on commit a5d231c

Please sign in to comment.