Skip to content

Commit 0ae923d

Browse files
Fix typo
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent e5cdb1a commit 0ae923d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.adoc

Lines changed: 4 additions & 4 deletions
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

@@ -97,10 +97,10 @@ From the command line you can check this using:
9797
log --graph --pretty=oneline
9898
----
9999

100-
As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this:
100+
As this may cause lots of typing, we recommend creating a global alias, e.g. `git log` for this:
101101

102102
----
103-
git config --global alias.logg 'log --graph --pretty=oneline'
103+
git config --global alias.log 'log --graph --pretty=oneline'
104104
----
105105

106106
This command, will provide the following output, which in this case shows a nice linear history:
@@ -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

Lines changed: 1 addition & 1 deletion
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)