You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/09/25 18:30:10 UTC

[lang] Correct link to JavaDoc badge image

Repository: commons-lang
Updated Branches:
  refs/heads/master e1a6e0841 -> 1406f2a4f


Correct link to JavaDoc badge image


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1406f2a4
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1406f2a4
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1406f2a4

Branch: refs/heads/master
Commit: 1406f2a4f2cda80a05b8dc2506ec9d0a25bdf2db
Parents: e1a6e08
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Sep 25 20:30:04 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Sep 25 20:30:04 2017 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1406f2a4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d608c03..bd2a405 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Lang
 [![Build Status](https://travis-ci.org/apache/commons-lang.svg?branch=master)](https://travis-ci.org/apache/commons-lang)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-lang/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-lang)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3.svg/3.6)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.6)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.6)
 
 Apache Commons Lang, a package of Java utility classes for the
   classes that are in java.lang's hierarchy, or are considered to be so