You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/10 03:40:39 UTC

svn commit: r1804623 - /commons/proper/jexl/trunk/README.md

Author: pascalschumacher
Date: Thu Aug 10 03:40:38 2017
New Revision: 1804623

URL: http://svn.apache.org/viewvc?rev=1804623&view=rev
Log:
README.md: fix travis badge

(side effect: close #4)

Modified:
    commons/proper/jexl/trunk/README.md

Modified: commons/proper/jexl/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/README.md?rev=1804623&r1=1804622&r2=1804623&view=diff
==============================================================================
--- commons/proper/jexl/trunk/README.md (original)
+++ commons/proper/jexl/trunk/README.md Thu Aug 10 03:40:38 2017
@@ -43,8 +43,9 @@
 Apache Commons JEXL
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-jexl.svg?branch=trunk)](https://travis-ci.org/apache/commons-jexl3)
+[![Build Status](https://travis-ci.org/apache/commons-jexl.svg?branch=trunk)](https://travis-ci.org/apache/commons-jexl)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/)
+
 The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.
 
 Documentation