From 922daa7eee93b98f22e08d68fdefc081ce8eba28 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 27 Jan 2016 14:16:30 -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 2098a13..c7be86a 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ dependencies { Incrementing the version is best left to your favorite build system. -For a solution using [Gradle](https://gradle.org/), please have a look at the `build.gradle` file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory. To run the example with patch version auto-incrementing, issue the following command: +For a solution using [Gradle](https://gradle.org/), please have a 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. To run the example with patch version auto-incrementing, issue the following command: ``` gradle clean release run