]> granicus.if.org Git - icu/commitdiff
ICU-22124 Update the MessageFormat v2 links to the main branch
authorMihai Nita <nmihai_2000@yahoo.com>
Tue, 20 Sep 2022 21:32:52 +0000 (14:32 -0700)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 20 Sep 2022 23:47:38 +0000 (16:47 -0700)
icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/message2/Mf2DataModel.java
icu4j/main/classes/core/src/com/ibm/icu/message2/package.html
icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java

index 7c9265ad03e7f98c63b74222d069b46dc319eb0d..26d07003c1c34d09b43578ab1415f5607fae4164 100644 (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>
index 7fb30e5247d9d571d5c76a18373dce75511dcf5d..e848a818504795bfb4685b7cd5fff760c4629d33 100644 (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.
index 95e8f7ae8db14f111536c6d329fe30622b977f00..4e11003611506fcea03b66faa80c4cf268502d61 100644 (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>
index b12bda11214b27d478025cfd7c139be01cbf3f8e..6028288c1b425536cc868c010146c522cb5c76df 100644 (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>
  */