Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit b5d4c51

Browse files
committed
Update old URLs in README.txt.
1 parent d7448dd commit b5d4c51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/release/README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Download
5555

5656
See the JavaMail project page to download this release.
5757

58-
https://javamail.java.net
58+
https://javaee.github.io/javamail/
5959

6060

6161
Requirements
@@ -77,7 +77,7 @@ Installation
7777
----------
7878

7979
1. Download the javax.mail.jar file from the JavaMail project website.
80-
http://java.net/projects/javamail/downloads/download/javax.mail.jar
80+
https://github.com/javaee/javamail/releases
8181

8282
2. Set your CLASSPATH to include the "javax.mail.jar" file obtained from
8383
the download, as well as the current directory.
@@ -94,7 +94,7 @@ Installation
9494
export CLASSPATH=$CLASSPATH:/u/me/download/activation/activation.jar
9595

9696
3. Download the javamail-samples.zip file from the project website.
97-
http://java.net/projects/javamail/downloads/download/javamail-samples.zip
97+
https://github.com/javaee/javamail/releases
9898

9999
4. Compile any sample program using your Java compiler. For example:
100100

@@ -120,7 +120,7 @@ Installation
120120
-------
121121

122122
1. Download the javax.mail.jar file from the JavaMail project website.
123-
http://java.net/projects/javamail/downloads/download/javax.mail.jar
123+
https://github.com/javaee/javamail/releases
124124

125125
2. Set your CLASSPATH to include the "javax.mail.jar" file obtained from
126126
the download, as well as the current directory.
@@ -137,7 +137,7 @@ Installation
137137
set CLASSPATH=%CLASSPATH%;c:\download\activation\activation.jar
138138

139139
3. Download the javamail-samples.zip file from the project website.
140-
http://java.net/projects/javamail/downloads/download/javamail-samples.zip
140+
https://github.com/javaee/javamail/releases
141141

142142
4. Compile any sample program using your Java compiler. For example:
143143

0 commit comments

Comments
 (0)