From 9a8f860318eb78985ca30f60368439bd1e74184c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 7 Feb 2014 17:24:47 +0100 Subject: [PATCH] Fixed broken link to jax-ws-commons website Issue: SPR-11404 --- src/asciidoc/index.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 0f6aca8190..8fee5fb45d 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -38456,9 +38456,8 @@ style (as illustrated above), you'll have one servlet definition per service end with each endpoint typically delegating to Spring beans (through the use of `@Autowired`, as shown above). -Check out -https://jax-ws-commons.dev.java.net/spring/[https://jax-ws-commons.dev.java.net/spring/] -for the details on setup and usage style. +Check out https://jax-ws-commons.java.net/spring/[https://jax-ws-commons.java.net/spring/] +for details on setup and usage style.