Skip to content

Commit 7642b33

Browse files
authored
Update README.md
1 parent e67528a commit 7642b33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Discord](https://img.shields.io/discord/632277896739946517.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/wKn3cpfRVz)
2-
[![Maven Central](https://img.shields.io/maven-central/v/org.scodec/scodec-bits_2.13)](https://maven-badges.herokuapp.com/maven-central/org.scodec/scodec-bits_2.13)
2+
[![Maven Central](https://img.shields.io/maven-central/v/org.scodec/scodec-bits_3)](https://maven-badges.herokuapp.com/maven-central/org.scodec/scodec-bits_3)
3+
[![javadoc](https://javadoc.io/badge2/org.scodec/scodec-bits_3/javadoc.svg)](https://javadoc.io/doc/org.scodec/scodec-bits_3)
34

45
scodec-bits
56
===========
@@ -43,7 +44,7 @@ Base conversions to and from strings are supported. Binary, hexadecimal, and bas
4344
supported. Each have a default alphabet but support alternative alphabets as well as user defined
4445
alphabets.
4546

46-
For more information, see the [API documentation](http://scodec.org/api/).
47+
For more information, see the [API documentation](https://javadoc.io/doc/org.scodec/scodec-bits_3).
4748

4849
For a combinator based approach to encoding values to/from binary, see the companion project [scodec](https://github.com/scodec/scodec).
4950

0 commit comments

Comments
 (0)