Skip to content

Commit a297cea

Browse files
jvmvikclaude
andcommitted
docs: give the JitPack badge alt text
The badge was written as [![](...)], so when the image fails to load there is nothing to fall back to and the link disappears from the header entirely rather than degrading to a label. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 02fb8d9 commit a297cea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SerpApi Java Library
33

44
[![serpapi-java](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml/badge.svg)](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml)
5-
[![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
5+
[![JitPack](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
66

77
Integrate search data into your Java application. This library is the official wrapper for [SerpApi](https://serpapi.com).
88

README.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
# SerpApi Java Library
2525

2626
[![serpapi-java](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml/badge.svg)](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml)
27-
[![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
27+
[![JitPack](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
2828

2929
Integrate search data into your Java application. This library is the official wrapper for [SerpApi](https://serpapi.com).
3030

0 commit comments

Comments
 (0)