From 35ee113a04dab3e8f69b24b73a53800d35864e88 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 28 Jan 2016 08:16:19 -0800 Subject: [PATCH] Added link to example build.gradle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e31a6f..f7a07a1 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ compileJava { The plugin implements a separate compile task that only runs the annotation processor and is executed during the build phase. -Please look at the `build.gradle` file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory for a sample. +Please look at the [build.gradle](https://github.com/ethauvin/semver/blob/master/example/build.gradle) file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory for a sample. ### Kobalt