Skip to content

Commit c8cfa9d

Browse files
committed
Update README -> Documentation
Issue gh-73
1 parent 5f90c0e commit c8cfa9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ The goal is to leverage all the knowledge learned thus far and apply the same to
3333

3434
Submitted work via pull requests should follow the same coding style/conventions and adopt the same or similar design patterns that have been established in Spring Security's OAuth 2.0 support.
3535

36+
== Documentation
37+
Be sure to read the https://docs.spring.io/spring-security/site/docs/current/reference/html5/[Spring Security Reference], as well as the https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2[OAuth 2.0 Reference], which describes the Client and Resource Server features available.
38+
39+
Extensive JavaDoc for the Spring Security code is also available in the https://docs.spring.io/spring-security/site/docs/current/api/[Spring Security API Documentation].
40+
3641
== Code of Conduct
3742
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
3843
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
3944

4045
== Downloading Artifacts
4146
See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading Spring artifacts] for Maven repository information.
4247

43-
== Documentation
44-
Be sure to read the https://docs.spring.io/spring-security/site/docs/current/reference/html5/[Spring Security Reference], as well as the https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2[OAuth 2.0 Reference], which describes the Client and Resource Server features available.
45-
46-
Extensive JavaDoc for the Spring Security code is also available in the https://docs.spring.io/spring-security/site/docs/current/api/[Spring Security API Documentation].
47-
4848
== Building from Source
4949
Spring Authorization Server uses a https://gradle.org[Gradle]-based build system.
5050
In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked from the root of the source tree and serves as

0 commit comments

Comments
 (0)