Skip to content

Commit aaab706

Browse files
committed
ICU-23055 Update outdated site.icu-project.org URLs.
1 parent e5407e1 commit aaab706

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ aux_links:
5959
"ICU on GitHub":
6060
- "https://github.com/unicode-org/icu"
6161
"ICU Home Page":
62-
- "http://site.icu-project.org/"
62+
- "https://icu.unicode.org/"
6363
"Unicode Home Page":
6464
- "https://www.unicode.org"
6565

docs/devsetup/java/ant/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ICU4J source layout was changed after 4.2. There are several ways to set up the
2828
ICU4J development environment.
2929

3030
Get the source code by following the [Quick Start
31-
instruction](http://site.icu-project.org/repository). Go into the icu4j/
31+
instruction](https://unicode-org.github.io/icu/devsetup/source/). Go into the icu4j/
3232
directory to see the build.xml file. You can run targets displayed by `ant -p`.
3333

3434
Main targets:

icu4c/source/data/mappings/cns-11643-1992.ucm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# This change keeps the converter available while significantly reducing
3434
# the size of the conversion table.
3535
# The previous version is available from the ICU charset repository.
36-
# See http://site.icu-project.org/charts/charset
36+
# See https://icu.unicode.org/charts/charset
3737
#
3838
<code_set_name> "CNS-11643-1992"
3939
<char_name_mask> "AXXXX"

tools/scripts/uconfig_vars_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""Executes uconfig variations check.
55
66
See
7-
http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Test-uconfig.h-variations
7+
https://unicode-org.github.io/icu/processes/release/tasks/healthy-code.html#test-uconfigh-variations
88
for more information.
99
"""
1010

tools/unicode/py/preparseucd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ def WritePreparsedUCD(out_file):
12841284
for h in _h1: AddBoundary(h[0])
12851285
for h in _h2: AddBoundary(h[0])
12861286
# Write the preparsed data. ppucd.txt = preparsed UCD
1287-
# Syntax: http://site.icu-project.org/design/props/ppucd
1287+
# Syntax: https://unicode-org.github.io/icu/design/props/ppucd
12881288
WriteFieldsRangeProps(["defaults"], 0, 0x10ffff, _defaults, out_file)
12891289
i_blocks = 0
12901290
i_alg = 0

0 commit comments

Comments
 (0)