diff --git a/src/docs/asciidoc/core/core-aop.adoc b/src/docs/asciidoc/core/core-aop.adoc index 74c4662f08..ba428d31ad 100644 --- a/src/docs/asciidoc/core/core-aop.adoc +++ b/src/docs/asciidoc/core/core-aop.adoc @@ -4038,7 +4038,7 @@ The following table summarizes various `LoadTimeWeaver` implementations: | Running in https://tomcat.apache.org/[Apache Tomcat] | `TomcatLoadTimeWeaver` -| Running in https://glassfish.dev.java.net/[GlassFish] (limited to EAR deployments) +| Running in https://eclipse-ee4j.github.io/glassfish/[GlassFish] (limited to EAR deployments) | `GlassFishLoadTimeWeaver` | Running in Red Hat's https://www.jboss.org/jbossas/[JBoss AS] or https://www.wildfly.org/[WildFly] diff --git a/src/docs/asciidoc/web/webmvc-view.adoc b/src/docs/asciidoc/web/webmvc-view.adoc index faa21a9318..c3e2571bcb 100644 --- a/src/docs/asciidoc/web/webmvc-view.adoc +++ b/src/docs/asciidoc/web/webmvc-view.adoc @@ -1841,7 +1841,7 @@ how to define a `SpringBeanPreparerFactory` property on a `TilesConfigurer` bean Both `AbstractAtomFeedView` and `AbstractRssFeedView` inherit from the `AbstractFeedView` base class and are used to provide Atom and RSS Feed views, respectively. They -are based on java.net's https://rome.dev.java.net[ROME] project and are located in the +are based on https://rometools.github.io/rome/[ROME] project and are located in the package `org.springframework.web.servlet.view.feed`. `AbstractAtomFeedView` requires you to implement the `buildFeedEntries()` method and