Skip to content

Commit bc81ebc

Browse files
Fix typos in the CONTRIBUTING & README
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 0729a57 commit bc81ebc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://help.github.com/articles/using-pull-requests/[Using Pull Requests] first
1919
== Search GitHub (or JIRA) issues first; create one if necessary
2020

2121
Is there already an issue that addresses your concern?
22-
Search the https://github.com/spring-projects/spring-integration/issues[GitHub issue tracker] (and https://jira.spring.io/browse/AMQP[JIRA issue tracker]) to see if you can find something similar.
22+
Search the https://github.com/spring-projects/spring-amqp/issues[GitHub issue tracker] (and https://jira.spring.io/browse/AMQP[JIRA issue tracker]) to see if you can find something similar.
2323
If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes,
2424
removing compiler warnings, etc.
2525

@@ -132,7 +132,7 @@ Please carefully follow the whitespace and formatting conventions already presen
132132
8. Latin-1 (ISO-8859-1) encoding for Java sources; use `native2ascii` to convert
133133
if necessary
134134

135-
## Add Apache license header to all new classes
135+
== Add Apache license header to all new classes
136136

137137
[source, java]
138138
----

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project provides support for using Spring and Java with [AMQP 0.9.1](https:
66

77
# Code of Conduct
88

9-
Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md).
9+
Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md).
1010

1111
# Reporting Security Vulnerabilities
1212

0 commit comments

Comments
 (0)