Skip to content

Commit 31f02d4

Browse files
committed
ICU-23055 Update outdated sourceforge.net URLs.
1 parent f00a17b commit 31f02d4

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

docs/processes/release/tasks/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Instructions for verifying the XLIFF conversion tools.
365365
code changes, and explicit resource types (e.g. "ra {" vs. "ra:table
366366
{").</span>
367367
* Go through the steps given in
368-
<http://icu.sourceforge.net/docs/papers/localize_with_XLIFF_and_ICU.pdf>
368+
<https://icu-project.org/docs/papers/localize_with_XLIFF_and_ICU.pdf>
369369

370370
---
371371

docs/processes/release/tasks/miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ and then reapply branch protection. Create a new branch named something like
114114
"pre63-new-main" to allow users to easily switch between the two heads.
115115

116116
Send an email to icu-support explaining the change and how to deal with it. You
117-
can use [this email](https://sourceforge.net/p/icu/mailman/message/36426642/) as
117+
can use [this email](https://groups.google.com/a/unicode.org/g/icu-support/c/DC_pX9kPEoc) as
118118
a model.
119119

120120
---

docs/processes/release/tasks/publish/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ That new flow overlaps with _"Using the output from the build bots"_ below.
338338
* ~~That last step will create a directory in **/tmp/icu** - zip that up
339339
to make the release.~~
340340
* ~~In case /tmp happens to be full, see the [mailing list
341-
archive](https://sourceforge.net/p/icu/mailman/message/36275940/) for
341+
archive](https://groups.google.com/a/unicode.org/g/icu-team/c/H1mHAC9YDtc/m/Bv_dZC2WAgAJ) for
342342
advice.~~
343343
344344
#### Output of icuexportdata:

icu4c/source/data/translit/Hebr_Latn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Paste in hebrew text in Input, and hit Transliterate.
2525
#
2626
# For more information, see:
27-
# http://icu.sourceforge.net/userguide/Transform.html
27+
# https://unicode-org.github.io/icu/userguide/transforms/general/
2828
:: [[־׳״][:Hebrew:] [:^ccc=0:] [\u05B0-\u05B9\u05BB-\u05BC\u05C1-\u05C2ℵ-ℸ\u0304\u05BF] - [\u05BD]] ;
2929
:: nfkd (nfc) ;
3030
׳ ↔ '′';

icu4j/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,24 +147,24 @@
147147
<mailingLists>
148148
<mailingList>
149149
<name>icu-support</name>
150-
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</subscribe>
151-
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</unsubscribe>
152-
<post>icu-support@lists.sourceforge.net</post>
153-
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support</archive>
150+
<subscribe>https://groups.google.com/a/unicode.org/g/icu-support</subscribe>
151+
<unsubscribe>https://groups.google.com/a/unicode.org/g/icu-support</unsubscribe>
152+
<post>icu-support@unicode.org</post>
153+
<archive>https://groups.google.com/a/unicode.org/g/icu-support</archive>
154154
</mailingList>
155155
<mailingList>
156156
<name>icu-announce</name>
157-
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</subscribe>
158-
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</unsubscribe>
159-
<post>icu-announce@lists.sourceforge.net</post>
160-
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce</archive>
157+
<subscribe>https://groups.google.com/a/unicode.org/g/icu-announce</subscribe>
158+
<unsubscribe>https://groups.google.com/a/unicode.org/g/icu-announce</unsubscribe>
159+
<post>icu-announce@unicode.org</post>
160+
<archive>https://groups.google.com/a/unicode.org/g/icu-announce</archive>
161161
</mailingList>
162162
<mailingList>
163163
<name>icu-design</name>
164-
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</subscribe>
165-
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</unsubscribe>
166-
<post>icu-design@lists.sourceforge.net</post>
167-
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design</archive>
164+
<subscribe>https://groups.google.com/a/unicode.org/g/icu-design</subscribe>
165+
<unsubscribe>https://groups.google.com/a/unicode.org/g/icu-design</unsubscribe>
166+
<post>icu-design@unicode.org</post>
167+
<archive>https://groups.google.com/a/unicode.org/g/icu-design</archive>
168168
</mailingList>
169169
</mailingLists>
170170

icu4j/tools/pmd/src/main/resources/icu4j/pmd-ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ruleset name="ICU4J PMD ruleset"
77
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
9+
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
1010
<description>
1111
This ruleset defines the PMD rules for project "icu4j".
1212
</description>

tools/unicodetools/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h3>0. You will need to get ICU4J on your system, using CVS.</h3>
4444
http://www.ibm.com/software/globalization/icu/repository.jsp</a>. Inside unicodetools, look at com/ibm/text. The
4545
main directories of interest are UCD, UCA and utility.</p>
4646
<h4>0a. If you are using Eclipse for your IDE, look at the instructions on
47-
<a href="http://icu.sourceforge.net/docs/eclipse_howto/eclipse_howto.html">
48-
http://icu.sourceforge.net/docs/eclipse_howto/eclipse_howto.html</a> </h4>
47+
<a href="https://icu-project.org/docs/eclipse_howto/eclipse_howto.html">
48+
https://icu-project.org/docs/eclipse_howto/eclipse_howto.html</a> </h4>
4949
<p>Set up Eclipse to build two projects: ICU4J and UnicodeTools:<br>
5050
<br>
5151
<b>Project Name: </b>ICU4J<br>

0 commit comments

Comments
 (0)