You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ To build api Javadoc (results will be in `build/api`):
32
32
33
33
./gradlew api
34
34
35
-
To build reference documentation (results will be in `build/reference`):
35
+
To build reference documentation (results will be in `build/site`):
36
36
37
-
./gradlew reference
37
+
./gradlew antora
38
38
39
39
To build complete distribution including `-dist`, `-docs`, and `-schema` zip files (results will be in `build/distributions`)
40
40
@@ -92,7 +92,7 @@ Here are some ways for you to get involved in the community:
92
92
* Get involved with the Spring community on Stack Overflow by responding to questions and joining the debate.
93
93
94
94
* Create Github issues for bugs and new features and comment and vote on the ones that you are interested in.
95
-
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/).
95
+
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
96
96
If you want to contribute code this way, please reference the specific Github issue you are addressing.
97
97
98
98
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://cla.pivotal.io/sign/spring).
0 commit comments