From e07f8e6600345c6dcb6b395f55b946418cb5319d Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 19 Jun 2014 16:32:56 -0400 Subject: [PATCH] Update to remove forum links and add new guide --- _config.yml | 3 --- index.html | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 49067cfa..bf6fe077 100644 --- a/_config.yml +++ b/_config.yml @@ -22,9 +22,6 @@ project: spring-ws # Project github URL github_repo_url: http://github.com/spring-projects/spring-ws -# Project forum URL -forum: http://forum.spring.io/forum/spring-projects/web-services - # If you want to include a custom pom.xml or gradle template set these value to true and add _include files custom_pom_template: false custom_gradle_template: false diff --git a/index.html b/index.html index 8cf12b21..99507213 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,6 @@ badges: url: https://build.springsource.org/browse/SWS icon: ci - - name: Forum - url: http://forum.spring.io/forum/spring-projects/web-services - icon: forum - - name: StackOverflow url: http://stackoverflow.com/questions/tagged/spring-ws icon: stackoverflow @@ -115,6 +111,7 @@ public class WebServiceClient { ### Getting Started Guides * [Consuming a SOAP web service](http://spring.io/guides/gs/consuming-web-service) +* [Producing a SOAP web service](http://spring.io/guides/gs/producing-web-service) ### Tutorials