From bc81ebcd11622333196fcc91ec05c072ae7c3c4a Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 11 Feb 2025 03:51:19 +0700 Subject: [PATCH] Fix typos in the `CONTRIBUTING` & `README` Signed-off-by: Tran Ngoc Nhan --- CONTRIBUTING.adoc | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 042dce5d..6a15f897 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ https://help.github.com/articles/using-pull-requests/[Using Pull Requests] first == Search GitHub (or JIRA) issues first; create one if necessary Is there already an issue that addresses your concern? -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. +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. If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc. @@ -132,7 +132,7 @@ Please carefully follow the whitespace and formatting conventions already presen 8. Latin-1 (ISO-8859-1) encoding for Java sources; use `native2ascii` to convert if necessary -## Add Apache license header to all new classes +== Add Apache license header to all new classes [source, java] ---- diff --git a/README.md b/README.md index 078ba7ef..f4d82bb7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project provides support for using Spring and Java with [AMQP 0.9.1](https: # Code of Conduct -Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md). +Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md). # Reporting Security Vulnerabilities