From f2f179aef19bcda8e35bb051b206e0cbc5398fd0 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 26 Sep 2017 12:53:46 +0100 Subject: [PATCH] fixed bad link --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88ccf43..c636521 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ dependency-reduced-pom.xml apps/modifiedFabric8.json bin/openshift*/ .vagrant/ +.updatebot-repos diff --git a/README.md b/README.md index f53ee97..bba13d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A bot for updating dependencies on your projects automatically! UpdateBot takes a simple YAML file to define which git repositories and github organisations so search for repositories to update. -See [an example UpdateBot YAML file](updatebot-core/src/test/resources/updatebot.yml) +See [an example UpdateBot YAML file](updatebot-core/src/test/resources/maven/updatebot.yml) ### Using UpdateBot