Fixes broken links to dev.java.net

Closes gh-23746
This commit is contained in:
Martin Macko
2019-10-02 12:48:34 +02:00
committed by Sam Brannen
parent a4257f84e7
commit 96930924b2
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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