Skip to content

Commit

Permalink
chore: fix link to KnowHowSpringBoot space
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Nov 14, 2023
1 parent 6bb9442 commit 3c10328
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE

FROM $BASE_IMAGE

LABEL maintainer="[email protected]"
LABEL maintainer="[email protected]"
ARG BUILD_VERSION
ENV APPLICATION_BUILD_VERSION ${BUILD_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs :
with :
pattern : '^(feat|fix|docs|style|refactor|perf|test|chore|build)(.+?)?: .+'
flags : 'gm'
error : 'Your commit title did not follow semantic versioning. Please see https://github.com/uJarOrg/.github/blob/dev/SEMANTIC_COMMITS.md'
error : 'Your commit title did not follow semantic versioning. Please see https://github.com/KnowHowSpringBoot/.github/blob/dev/SEMANTIC_COMMITS.md'
- name : Check Line Length
uses : gsactions/commit-message-checker@v2
with :
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Minimal Spring Boot based sample AMQP consumer app.
- Clone source code to the local machine:

```
git clone https://github.com/uJarOrg/quickstart-amqp-consuming-hello.git
git clone https://github.com/KnowHowSpringBoot/quickstart-amqp-consuming-hello.git
cd quickstart-amqp-consuming-hello
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "uJarOrg/quickstart-amqp-consuming-hello",
"name": "KnowHowSpringBoot/quickstart-amqp-consuming-hello",
"version": "23.0.0",
"description": "Provide an optional Git commit hooks.",
"private": true,
Expand Down

0 comments on commit 3c10328

Please sign in to comment.