Skip to content

Commit 0a1158b

Browse files
Apply AsciiDoc style (#3883)
Auto-cherry-pick to 1.0.x Fixes #3883 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent daf1274 commit 0a1158b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For additional details, please refer to the blog post https://spring.io/blog/202
3232

3333
1. Go to https://github.com/spring-projects/spring-ai[https://github.com/spring-projects/spring-ai]
3434
2. Hit the "fork" button and choose your own GitHub account as the target
35-
3. For more detail see https://help.github.com/fork-a-repo/[Fork A Repo].
35+
3. For more detail see https://help.github.com/articles/fork-a-repo/[Fork A Repo].
3636

3737
== Setup your Local Development Environment
3838

@@ -140,16 +140,17 @@ However, we encourage all PR contributors to run checkstyles by enabling them be
140140

141141
You can enable them by doing the following:
142142

143-
```shell
143+
[source,shell]
144+
----
144145
./mvnw clean package -DskipTests -Ddisable.checks=false
145-
```
146+
----
146147

147148
=== Source Code Style
148149

149150
Spring AI source code checkstyle tries to follow the checkstyle guidelines used by the core Spring Framework project with some exceptions.
150151
The wiki pages
151-
[Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and
152-
[IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings)
152+
https://github.com/spring-projects/spring-framework/wiki/Code-Style[Code Style] and
153+
https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings[IntelliJ IDEA Editor Settings]
153154
define the source file coding standards we use along with some IDEA editor settings we customize.
154155

155156
== Mind the whitespace

0 commit comments

Comments
 (0)