From 3b71a730189104ab334fc0e59e8a24cc47cb2817 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Sun, 6 Nov 2016 08:23:21 -0800 Subject: [PATCH] Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f780794d..367f765b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![https://travis-ci.org/BruceEckel/OnJava8-Examples](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master) +[![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples) To compile and run these programs, you only need JDK 8 installed. Invoking `gradlew` will automatically download and install Gradle.