Skip to content

Commit

Permalink
WINDUPRULE-1049 fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brophy committed May 8, 2024
1 parent a695875 commit 0c24887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rules/rules-reviewed/eap7/eap6/resteasy.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<message>Replace `org.jboss.resteasy.spi.StringConverter` by `javax.ws.rs.ext.ParamConverterProvider`.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#application_migration_changes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/ext/ParamConverterProvider.html" />
<link title="JAX-RS ParamConverter" href="https://docs.jboss.org/resteasy/docs/3.6.2.Final/userguide/html/StringConverter.html#d4e1552" />
<tag>resteasy</tag>
</hint>
</perform>
Expand Down Expand Up @@ -404,7 +404,7 @@
The RESTEasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant filters and interceptor facility in release 3.0.x.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#migrate_resteasy_deprecated_classes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/container/ContainerResponseFilter.html" />
<link title="JAX-RS Filters and Interceptors" href="https://access.redhat.com/documentation/en-us/red_hat_fuse/7.4/html/apache_cxf_development_guide/jaxrs20filters" />
<tag>resteasy</tag>
</hint>
</perform>
Expand All @@ -419,7 +419,7 @@
The RESTEasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant filters and interceptor facility in release 3.0.x.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#migrate_resteasy_deprecated_classes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/container/ContainerRequestFilter.html" />
<link title="JAX-RS Filters and Interceptors" href="https://access.redhat.com/documentation/en-us/red_hat_fuse/7.4/html/apache_cxf_development_guide/jaxrs20filters" />
<tag>resteasy</tag>
</hint>
</perform>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</message>
<link href="https://docs.oracle.com/cd/E13222_01/wls/docs90/webserv/anttasks.html#1039270" title="Oracle ClientGen Ant Task Reference"/>
<link href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/developing_web_services_applications/#using_jax_ws_tools" title="Developing Web Services Applications - Using JAX-WS Tools"/>
<link href="https://jax-ws.java.net/nonav/2.2.6/docs/ch04.html#tools-wsgen" title="JAX-WS - wsgen"/>
<link href="https://www.ibm.com/docs/en/was/9.0.5?topic=applications-wsgen-command-jax-ws" title="JAX-WS - wsgen"/>
<link href="https://cxf.apache.org/docs/tools.html" title="Apache CXF tools"/>
<tag>webservice</tag>
<tag>client</tag>
Expand Down

0 comments on commit 0c24887

Please sign in to comment.