diff --git a/translated/es-ES/website/docs/core-concepts/icu-syntax.md b/translated/es-ES/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/es-ES/website/docs/core-concepts/icu-syntax.md +++ b/translated/es-ES/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/es-ES/website/docs/intl-messageformat.md b/translated/es-ES/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/es-ES/website/docs/intl-messageformat.md +++ b/translated/es-ES/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/es-ES/website/docs/react-intl/upgrade-guide-3.x.md b/translated/es-ES/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/es-ES/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/es-ES/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`). diff --git a/translated/fr-FR/website/docs/core-concepts/icu-syntax.md b/translated/fr-FR/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/fr-FR/website/docs/core-concepts/icu-syntax.md +++ b/translated/fr-FR/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/fr-FR/website/docs/intl-messageformat.md b/translated/fr-FR/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/fr-FR/website/docs/intl-messageformat.md +++ b/translated/fr-FR/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/fr-FR/website/docs/react-intl/upgrade-guide-3.x.md b/translated/fr-FR/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/fr-FR/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/fr-FR/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`). diff --git a/translated/ja-JP/website/docs/core-concepts/icu-syntax.md b/translated/ja-JP/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/ja-JP/website/docs/core-concepts/icu-syntax.md +++ b/translated/ja-JP/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/ja-JP/website/docs/intl-messageformat.md b/translated/ja-JP/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/ja-JP/website/docs/intl-messageformat.md +++ b/translated/ja-JP/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/ja-JP/website/docs/react-intl/upgrade-guide-3.x.md b/translated/ja-JP/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/ja-JP/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/ja-JP/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`). diff --git a/translated/pt-PT/website/docs/core-concepts/icu-syntax.md b/translated/pt-PT/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/pt-PT/website/docs/core-concepts/icu-syntax.md +++ b/translated/pt-PT/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/pt-PT/website/docs/intl-messageformat.md b/translated/pt-PT/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/pt-PT/website/docs/intl-messageformat.md +++ b/translated/pt-PT/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/pt-PT/website/docs/react-intl/upgrade-guide-3.x.md b/translated/pt-PT/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/pt-PT/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/pt-PT/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`). diff --git a/translated/zh-CN/website/docs/core-concepts/icu-syntax.md b/translated/zh-CN/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/zh-CN/website/docs/core-concepts/icu-syntax.md +++ b/translated/zh-CN/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/zh-CN/website/docs/intl-messageformat.md b/translated/zh-CN/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/zh-CN/website/docs/intl-messageformat.md +++ b/translated/zh-CN/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/zh-CN/website/docs/react-intl/upgrade-guide-3.x.md b/translated/zh-CN/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/zh-CN/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/zh-CN/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`). diff --git a/translated/zh-TW/website/docs/core-concepts/icu-syntax.md b/translated/zh-TW/website/docs/core-concepts/icu-syntax.md index bfb36668ac..3bb37c677e 100644 --- a/translated/zh-TW/website/docs/core-concepts/icu-syntax.md +++ b/translated/zh-TW/website/docs/core-concepts/icu-syntax.md @@ -58,7 +58,7 @@ Sometimes embedding how the number will be formatted provides great context to t The price of this bagel is {num, number, ::sign-always compact-short currency/GBP} ``` -You can read more about this [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md). +You can read more about this [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html). ### `date` Type @@ -92,7 +92,7 @@ Internally it uses the `Intl.DateTimeFormat` API. You can define custom values f ### Supported DateTime Skeleton -Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns +Similar to `number` type, we also support ICU DateTime skeleton. ICU provides a [wide array of pattern](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to customize date time format. However, not all of them are available via ECMA402's Intl API. Therefore, we only support the following patterns | Symbol | Meaning | Notes | | ------ | ----------------------------- | ------------------------- | diff --git a/translated/zh-TW/website/docs/intl-messageformat.md b/translated/zh-TW/website/docs/intl-messageformat.md index 9bbee53ef6..fc5b0d3e37 100644 --- a/translated/zh-TW/website/docs/intl-messageformat.md +++ b/translated/zh-TW/website/docs/intl-messageformat.md @@ -210,7 +210,7 @@ new IntlMessageFormat( ).format({price: 100}) ``` -A full set of options and syntax can be found [here](https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md) +A full set of options and syntax can be found [here](https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html) #### Date/Time Skeleton diff --git a/translated/zh-TW/website/docs/react-intl/upgrade-guide-3.x.md b/translated/zh-TW/website/docs/react-intl/upgrade-guide-3.x.md index 198da35473..192e70bc7b 100644 --- a/translated/zh-TW/website/docs/react-intl/upgrade-guide-3.x.md +++ b/translated/zh-TW/website/docs/react-intl/upgrade-guide-3.x.md @@ -350,7 +350,7 @@ This is especially beneficial in SSR where you can reuse the same `intl` object ## Message Format Syntax Changes -We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/MessageFormat.html), in order to potentially support skeleton. So far the backwards-incompatible changes are: +We've rewritten our parser to be more faithful to [ICU Message Format](https://unicode-org.github.io/icu/userguide/format_parse/messages/), in order to potentially support skeleton. So far the backwards-incompatible changes are: ### Escape character has been changed to apostrophe (`'`).