From beaa7ba0e3c1e2fa22b518b4a39f88ee807272dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Thu, 15 Dec 2022 16:37:07 +0100 Subject: [PATCH] Fix link to Jakarta Mail Closes gh-29694 --- framework-docs/src/docs/asciidoc/integration/email.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/integration/email.adoc b/framework-docs/src/docs/asciidoc/integration/email.adoc index f0c6581e8df0..bc08542b9104 100644 --- a/framework-docs/src/docs/asciidoc/integration/email.adoc +++ b/framework-docs/src/docs/asciidoc/integration/email.adoc @@ -8,7 +8,7 @@ This section describes how to send email with the Spring Framework. The following JAR needs to be on the classpath of your application in order to use the Spring Framework's email library: -* The https://eclipse-ee4j.github.io/mail/[JavaMail / Jakarta Mail 1.6] library +* The https://jakartaee.github.io/mail-api/[JavaMail / Jakarta Mail 1.6] library This library is freely available on the web -- for example, in Maven Central as `com.sun.mail:jakarta.mail`. Please make sure to use the latest 1.6.x version