Skip to content

Commit 383d2d1

Browse files
committed
Fix brokem maven search link
1 parent 24c0e43 commit 383d2d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Continuous Integration](https://github.com/tools4j/shortstring/workflows/Continuous%20Integration/badge.svg)](https://github.com/tools4j/shortstring/actions?query=workflow%3A%22Continuous+Integration%22)
2-
[![Maven Central](https://img.shields.io/maven-central/v/org.tools4j/shortstring.svg)](https://search.maven.org/search?namespace=org.tools4j&name=shortstring)
2+
[![Maven Central](https://img.shields.io/maven-central/v/org.tools4j/shortstring.svg)](https://maven.org/search?namespace=org.tools4j&name=shortstring)
33
[![Javadocs](http://www.javadoc.io/badge/org.tools4j/shortstring.svg)](http://www.javadoc.io/doc/org.tools4j/shortstring)
44
## shortstring
55
The tools4j shortstring library allows for efficient conversion of short enough strings to and from integers and longs.
@@ -99,7 +99,7 @@ api "org.tools4j:shortstring:1.3'
9999
```
100100
### Download
101101
You can download binaries, sources and javadoc from maven central:
102-
* [shortstring download](https://search.maven.org/search?namespace=org.tools4j&name=shortstring)
102+
* [shortstring download](https://maven.org/search?namespace=org.tools4j&name=shortstring)
103103

104104
### Javadoc API
105105
The API documentation of the latest release can be found here:

0 commit comments

Comments
 (0)