diff --git a/README.md b/README.md index 5aabcea..d9ba611 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project aims to generate a Python module which provides translations for the Unicode descriptions found in the [`unicodedata` module](https://docs.python.org/3/howto/unicode.html). The source -of the translations is [unicode-table.com](https://unicode-table.com) which has +of the translations is [symbl.cc](https://symbl.cc) which has its source code at [GitHub](https://github.com/unicode-table/unicode-table-data). From this, PO and MO files are generated by this project. @@ -94,5 +94,5 @@ localization can also be used for other programming languages. ## Copyright The copyright of the translated strings can be found at -[unicode-table.com](https://github.com/unicode-table/unicode-table-data). The +[symbl.cc](https://github.com/unicode-table/unicode-table-data). The copyright of the scripts here is public domain.