Skip to content

Commit 4e19b34

Browse files
Merge branch '6.0.x'
2 parents e0e9455 + 7497ff9 commit 4e19b34

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr
3030
a cross-platform, self-contained bootstrap mechanism for the build.
3131

3232
=== Prerequisites
33-
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK17 build].
33+
https://docs.github.com/en/get-started/quickstart/set-up-git[Git] and the https://www.oracle.com/java/technologies/downloads/#java17[JDK17 build].
3434

3535
Be sure that your `JAVA_HOME` environment variable points to the `jdk-17` folder extracted from the JDK download.
3636

@@ -40,13 +40,15 @@ Be sure that your `JAVA_HOME` environment variable points to the `jdk-17` folder
4040
git clone [email protected]:spring-projects/spring-security.git
4141
----
4242

43-
=== Install all spring-\* jars into your local Maven cache
43+
=== Install all `spring-*.jar` into your local Maven repository.
44+
4445
[indent=0]
4546
----
4647
./gradlew publishToMavenLocal
4748
----
4849

49-
=== Compile and test; build all jars, distribution zips, and docs
50+
=== Compile and test; build all JARs, distribution zips, and docs
51+
5052
[indent=0]
5153
----
5254
./gradlew build
@@ -59,18 +61,17 @@ You can build the reference docs for this branch by running the following comman
5961
./gradlew :spring-security-docs:antora
6062
----
6163

62-
That command publishes the docs site to the _docs/build/site_ directory.
64+
That command publishes the docs site to the `_docs/build/site_` directory.
6365
The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
6466

6567
Discover more commands with `./gradlew tasks`.
66-
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
6768

6869
== Getting Support
6970
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
7071
https://spring.io/services[Commercial support] is available too.
7172

7273
== Contributing
73-
https://help.github.com/articles/creating-a-pull-request[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc[contributor guidelines] for details.
74+
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc[contributor guidelines] for details.
7475

7576
== License
7677
Spring Security is Open Source software released under the

0 commit comments

Comments
 (0)