From c30e1c6e9087f7155c7c6722eeaa63ecea27996a Mon Sep 17 00:00:00 2001 From: Jiaqi Liu Date: Mon, 30 Sep 2024 18:32:04 +0800 Subject: [PATCH] Update README (#22) --- .github/workflows/ci-cd.yml | 6 +++--- README.md | 8 +------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d57502d..bbb1670 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -24,7 +24,7 @@ name: CI/CD jobs: yml-md-style-and-link-checks: - uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master + uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master tests: name: Testing install @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up JDK - uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master + uses: QubitPi/hashistack/.github/actions/jdk-setup@master - name: Test run: mvn -B clean install @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up JDK - uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master + uses: QubitPi/hashistack/.github/actions/jdk-setup@master - name: Build doc run: mvn -B clean install - name: Load CNAME diff --git a/README.md b/README.md index 88be5a7..50706a5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ by specifying a semantic version ``` -More information about the model can be found in [Javadoc page][Javadoc URL] +More information about the model can be found in [Javadoc page][Javadoc URL] License ------- @@ -45,12 +45,6 @@ License The use and distribution terms for [jersey-webservice-template-jpa-data-models] are covered by the [Apache License, Version 2.0]. -
- - License Illustration - -
- [Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white [Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0