Skip to content

Commit 366d8e9

Browse files
authored
Merge pull request #414 from okue/fix-javadoc-badge
NON-ISSUE Fix broken javadoc.io badge on README.md
2 parents 9b6a2cc + 5efec16 commit 366d8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/line/line-bot-sdk-java.svg?branch=master)](https://travis-ci.org/line/line-bot-sdk-java)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.linecorp.bot/line-bot-model/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.linecorp.bot/line-bot-model)
5-
[![javadoc.io](https://javadocio-badges.herokuapp.com/com.linecorp.bot/line-bot-model/badge.svg)](https://javadocio-badges.herokuapp.com/com.linecorp.bot/line-bot-model)
5+
[![javadoc](https://javadoc.io/badge2/com.linecorp.bot/line-bot-model/javadoc.svg)](https://javadoc.io/doc/com.linecorp.bot/line-bot-model)
66
[![codecov](https://codecov.io/gh/line/line-bot-sdk-java/branch/master/graph/badge.svg)](https://codecov.io/gh/line/line-bot-sdk-java)
77

88

@@ -113,7 +113,7 @@ Community Q&A: https://www.line-community.me/questions
113113

114114
News: https://developers.line.biz/en/news/
115115

116-
Twitter: [@LINE_DEV](https://twitter.com/LINE_DEV)
116+
Twitter: [@LINE_DEV](https://twitter.com/LINE_DEV)
117117

118118

119119
## Versioning

0 commit comments

Comments
 (0)