Skip to content

Commit

Permalink
Fix Javadoc badge URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Apr 14, 2024
1 parent 3c8590d commit 061be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/cthing/escapers/actions/workflows/ci.yml/badge.svg)](https://github.com/cthing/escapers/actions/workflows/ci.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cthing/escapers/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.cthing/escapers)
[![javadoc](https://javadoc.io/badge2/org.cthing/xmlwriter/javadoc.svg)](https://javadoc.io/doc/org.cthing/escapers)
[![javadoc](https://javadoc.io/badge2/org.cthing/escapers/javadoc.svg)](https://javadoc.io/doc/org.cthing/escapers)

A Java library that escapes strings for CSV, HTML, Java, JavaScript, JSON, XML and YAML.

Expand Down

0 comments on commit 061be1b

Please sign in to comment.