Skip to content

Commit 2448e0f

Browse files
Fix README for Antora
Also fix duplication typo in the `antora-playbook.yml` for `antora` section
1 parent 78e9d0f commit 2448e0f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To build api Javadoc (results will be in `build/api`):
3232

3333
./gradlew api
3434

35-
To build reference documentation (results will be in `build/reference`):
35+
To build reference documentation (results will be in `build/site`):
3636

37-
./gradlew reference
37+
./gradlew antora
3838

3939
To build complete distribution including `-dist`, `-docs`, and `-schema` zip files (results will be in `build/distributions`)
4040

@@ -92,7 +92,7 @@ Here are some ways for you to get involved in the community:
9292
* Get involved with the Spring community on Stack Overflow by responding to questions and joining the debate.
9393

9494
* 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).
9696
If you want to contribute code this way, please reference the specific Github issue you are addressing.
9797

9898
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).

src/reference/antora/antora-playbook.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
antora:
2-
antora:
3-
extensions:
4-
- require: '@springio/antora-extensions'
5-
root_component_name: 'amqp'
2+
extensions:
3+
- require: '@springio/antora-extensions'
4+
root_component_name: 'amqp'
65

76
site:
87
title: Spring AMQP

0 commit comments

Comments
 (0)