Skip to content

Commit fb14be2

Browse files
authored
fix Maven Central badge (#1607)
2 parents 3cd32a2 + 99c2368 commit fb14be2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![CI](https://github.com/TNG/ArchUnit/actions/workflows/build.yml/badge.svg)](https://github.com/TNG/ArchUnit/actions/workflows/build.yml?query=branch%3Amain++)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.tngtech.archunit/archunit/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.tngtech.archunit%22%20)
2+
[![Maven Central](https://img.shields.io/maven-central/v/com.tngtech.archunit/archunit.svg)](https://central.sonatype.com/search?q=g:com.tngtech.archunit)
33
[![License](https://img.shields.io/github/license/TNG/ArchUnit.svg)](https://github.com/TNG/ArchUnit/blob/main/LICENSE)
44

55
<img src="logo/ArchUnit-Logo.png" height="64" alt="ArchUnit">
@@ -56,17 +56,17 @@ public class MyArchitectureTest {
5656

5757
## Where to look next
5858

59-
For further information, check out the user guide at [http://archunit.org](http://archunit.org)
59+
For further information, check out the user guide at [https://archunit.org](https://archunit.org)
6060
or test examples for the current release at
6161
[ArchUnit Examples](https://github.com/TNG/ArchUnit-Examples).
6262

6363
## License
6464

65-
ArchUnit is published under the Apache License 2.0, see http://www.apache.org/licenses/LICENSE-2.0 for details.
65+
ArchUnit is published under the Apache License 2.0, see https://www.apache.org/licenses/LICENSE-2.0 for details.
6666

6767
It redistributes some third party libraries:
6868

69-
* ASM (http://asm.ow2.org), under BSD Licence
69+
* ASM (https://asm.ow2.org), under BSD Licence
7070
* Google Guava (https://github.com/google/guava), under Apache License 2.0
7171

7272
All licenses for ArchUnit and redistributed libraries can be found within the [licenses](licenses) folder.

0 commit comments

Comments
 (0)