Skip to content

Commit 7d4bb29

Browse files
committed
dos: updated badges
1 parent f4732d0 commit 7d4bb29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
![logo](assets/imgproxy-java-logo.svg)
44

55

6-
[![Build Status](https://travis-ci.com/rocketbase-io/imgproxy-java.svg?branch=master)](https://travis-ci.com/rocketbase-io/imgproxy-java)
7-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.rocketbase.asset/imgproxy/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.rocketbase.asset/imgproxy)
6+
![build](https://github.com/rocketbase-io/imgproxy-java/actions/workflows/ci.yml/badge.svg)
7+
[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.asset/imgproxy)](https://mvnrepository.com/artifact/io.rocketbase.asset/imgproxy)
8+
89

910
fluently generate asset urls for img-proxy within java
1011

@@ -25,4 +26,4 @@ Signature signature = Signature.of(new SignatureConfiguration(imgproxyProperties
2526
signature.resize(ResizeType.fit, 300, 300, true);
2627
String url = signature.url("s3://bucket-name/" + assetReference.getUrlPath());
2728

28-
````
29+
````

0 commit comments

Comments
 (0)