Skip to content

Commit

Permalink
CLDR-14128 Fix links (#812)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0620e28)
  • Loading branch information
macchiati authored and pedberg committed Oct 23, 2020
1 parent d8c0239 commit 4c8af0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/ldml/tr35-general.html
Expand Up @@ -3629,7 +3629,7 @@ <h4>10.3.4 <a name="Example" href="#Example" id=
<p>There is an online demo where the rules can be tested,
at:</p>
<p><a target="demo" href=
"http://unicode.org/cldr/utility/transform.jsp">http://unicode.org/cldr/utility/transform.jsp</a></p>
"https://util.unicode.org/UnicodeJsps/transform.jsp">http://unicode.org/cldr/utility/transform.jsp</a></p>
<h4>10.3.5 <a name="Rule_Syntax" href="#Rule_Syntax" id=
"Rule_Syntax">Rule Syntax</a></h4>
<p>The following describes the full format of the list of rules
Expand Down
2 changes: 1 addition & 1 deletion docs/ldml/tr35-info.html
Expand Up @@ -268,7 +268,7 @@ <h2>1 Introduction <a name="Supplemental_Data" href=
contained in the locale hierarchy. It is not localizable, nor
is it overridden by locale data. The current CLDR data can be
viewed in the <a href=
"https://www.unicode.org/cldr/data/charts/supplemental/index.html">
"https://unicode-org.github.io/cldr-staging/charts/38/supplemental/index.html">
Supplemental Charts</a>.</p>
<p class="dtd">
<!-- t d {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}-->
Expand Down
4 changes: 2 additions & 2 deletions docs/ldml/tr35-numbers.html
Expand Up @@ -828,7 +828,7 @@ <h3>2.6 <a name="Minimal_Pairs" href="#Minimal_Pairs" id=
ordinal, case, and gender attributes are found in the dtd file</span>.</p>
<p class='changed'>Examples</p>
<p class='changed'><code>&lt;minimalPairs&gt;<br>
  &lt;pluralMinimalPairs count=&quot;one&quot;&gt;{0} Tag&lt;/pluralMinimalPairs&gt;<<br>
  &lt;pluralMinimalPairs count=&quot;one&quot;&gt;{0} Tag&lt;/pluralMinimalPairs&gt;<br>
  &lt;pluralMinimalPairs count=&quot;other&quot;&gt;{0} Tage&lt;/pluralMinimalPairs&gt;<br>
<br>
  &lt;ordinalMinimalPairs ordinal=&quot;other&quot;&gt;{0}. Abzweigung nach rechts nehmen&lt;/ordinalMinimalPairs&gt;<br>
Expand Down Expand Up @@ -2580,7 +2580,7 @@ <h3>5.1 <a name="Plural_rules_syntax" href=
</pre>
<ul>
<li>Whitespace (defined as Unicode <a href=
"http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5Cp%7BPattern_White_Space%7D">
"https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BPattern_White_Space%7D">
Pattern_White_Space</a>) can occur between or around any of
the above tokens, with the exception of the tokens in value,
digit, and decimalValue.</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/ldml/tr35.html
Expand Up @@ -139,7 +139,7 @@ <h1>Unicode Locale Data Markup Language (LDML)</h1>
</tr>
<tr>
<td>DTDs</td>
<td class="changed"><a href="http://unicode.org/cldr/dtd/38/"> <!-- this link may not work until release -->
<td class="changed"><a href="https://github.com/unicode-org/cldr/tree/maint/maint-38/common/dtd">
http://unicode.org/cldr/dtd/38/</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -6416,7 +6416,7 @@ <h4><a name="Unicode_Sets" href="#Unicode_Sets" id=
<em>Wildcards in Property Values</em>. That feature can be
supported in clients such as ICU by implementing a “hook” as is
done in the <a href=
"http://unicode.org/cldr/utility/list-unicodeset.jsp?a=/p{name=/APPLE/}">
"https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7Bname%3D%2FAPPLE%2F%7D">
online UnicodeSet utilities</a>.</p>
<p>A UnicodeSet may be cited in specifications outside of the
domain of LDML. In such a case, the specification may specify a
Expand Down Expand Up @@ -9200,7 +9200,7 @@ <h2><a name="References" href="#References" id=
<td class="noborder" width="730">Comparisons between locale
data from different sources<br>
<a href=
"http://unicode.org/cldr/data/diff/">http://unicode.org/cldr/data/diff/</a></td>
"https://unicode-org.github.io/cldr-staging/charts/38/supplemental/dtd_deltas.html">https://unicode-org.github.io/cldr-staging/charts/38/supplemental/dtd_deltas.html</a></td>
</tr>
<tr>
<td class="noborder" width="148">[<a name="CurrencyInfo"
Expand Down

0 comments on commit 4c8af0e

Please sign in to comment.