* 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>
* 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.
<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>
* 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>
*/