Merge pull request #8623 from vector-im/travis/fix-sas-import

Fix SAS strings import URL
This commit is contained in:
Florian Renaud 2023-08-23 08:51:57 +02:00 committed by GitHub
commit a5d231c259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8623.misc Normal file
View file

@ -0,0 +1 @@
Fix import of SAS Emoji string translations.

View file

@ -35,7 +35,7 @@ if args.verbose:
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 + "")