From 28e51d211e614ca78315b6ef961bbc2d68230cf3 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Fri, 17 May 2024 11:57:44 +0200 Subject: [PATCH] Fix doc --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 01d0079c..74bf7f9e 100644 --- a/README.adoc +++ b/README.adoc @@ -104,7 +104,7 @@ This will launch the Docker image and mount your source code at `spring-ws-githu + Next, run the `test.sh` script from inside the container: + -2. `PROFILE=none ci/test.sh` +3. `PROFILE=none ci/test.sh` Since the container is binding to your source, you can make edits from your IDE and continue to run build jobs. @@ -128,18 +128,18 @@ NOTE: Docker containers can eat up disk space fast! From time to time, run `dock This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. -= Spring Web Services Project Site +== Spring Web Services Project Site You can find the documentation, issue management, support, samples, and guides for using Spring Web Services at https://spring.io/projects/spring-ws/ -== Documentation +=== Documentation See the current https://docs.spring.io/spring-ws/docs/current/api/[Javadoc] and https://docs.spring.io/spring-ws/docs/current/reference/[reference docs]. -== Issue Tracking +=== Issue Tracking Spring Web Services uses https://github.com/spring-projects/spring-ws/issues[Github] for issue tracking purposes. -== License +=== License Spring Web Services is https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 licensed].