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 3c831e7 commit b68f9d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This application is a [Spring Boot](https://spring.io/guides/gs/spring-boot) app
using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line:

```
git clone https://github.com/uJarOrg/sample-webflux-crud-secured.git
git clone https://github.com/KnowHowSpringBoot/sample-webflux-crud-secured.git
cd sample-webflux-crud-secured
./mvnw package
java -jar target/*.jar
Expand All @@ -46,7 +46,7 @@ Now you can access to the Swagger UI here: http://localhost:8080/swagger-ui.html
1) On the command line

```
git clone https://github.com/uJarOrg/sample-webflux-crud-secured.git
git clone https://github.com/KnowHowSpringBoot/sample-webflux-crud-secured.git
```

2) Inside IDE
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/sample-webflux-crud-secured",
"name": "KnowHowSpringBoot/sample-webflux-crud-secured",
"version": "23.0.0",
"description": "Provide an optional Git commit hooks.",
"private": true,
Expand Down

0 comments on commit b68f9d6

Please sign in to comment.