Răsfoiți Sursa

docs(admin-ui): fix ngx-translate and unicode link (#3227)

Andrés Felipe Saldarriaga 1 an în urmă
părinte
comite
cb82eee7c9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/admin-ui/README.md

+ 1 - 1
packages/admin-ui/README.md

@@ -27,7 +27,7 @@ In addition to the library, there is also a full application located at [./src/a
 
 ## Localization
 
-Localization of UI strings is handled by [ngx-translate](http://www.ngx-translate.com/). The translation strings should use the [ICU MessageFormat](http://userguide.icu-project.org/formatparse/messages).
+Localization of UI strings is handled by [ngx-translate](https://ngx-translate.org). The translation strings should use the [ICU MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages).
 
 Translation keys are automatically extracted by running:
 ```