ICU-22124 Update the MessageFormat v2 links to the main branch

This commit is contained in:
Mihai Nita 2022-09-20 14:32:52 -07:00 committed by Markus Scherer
parent b403a10e51
commit f5367befba
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ import java.util.Map;
* is hosted on <a target="github" href="https://github.com/unicode-org/message-format-wg">GitHub</a>.</p>
*
* <p>The current specification for the syntax and data model can be found
* <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/develop/spec/syntax.md">here</a>.</p>
* <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">here</a>.</p>
*
* <p>This tech preview implements enough of the {@code MessageFormat} functions to be useful,
* but the final set of functions and the parameters accepted by those functions is not yet finalized.</p>

View file

@ -16,9 +16,9 @@ import java.util.StringJoiner;
* This maps closely to the official specification.
* Since it is not final, we will not add javadoc everywhere.
*
* <p>See <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/develop/spec/syntax.md">the
* <p>See <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">the
* description of the syntax with examples and use cases</a> and the corresponding
* <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/develop/spec/message.ebnf">EBNF</a>.</p>
* <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/main/spec/message.ebnf">EBNF</a>.</p>
*
* @internal ICU 72 technology preview
* @deprecated This API is for ICU internal use only.

View file

@ -9,7 +9,7 @@
<body bgcolor="white">
<p>Tech Preview implementation of the
<a href="https://github.com/unicode-org/message-format-wg/blob/develop/spec/syntax.md">MessageFormat v2 specification</a>.</p>
<a href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">MessageFormat v2 specification</a>.</p>
</body>
</html>

View file

@ -20,7 +20,7 @@ import com.ibm.icu.util.CurrencyAmount;
* Trying to show off most of the features in one place.
*
* <p>It covers the examples in the
* <a href="https://github.com/unicode-org/message-format-wg/blob/develop/spec/syntax.md">spec document</a>,
* <a href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">spec document</a>,
* except for the custom formatters ones, which are too verbose and were moved to separate test classes.</p>
* </p>
*/