From 28d97bd1e8fd29b6ea8b7bbde31afda0ef0c7134 Mon Sep 17 00:00:00 2001 From: Michael de Wit Date: Wed, 7 Dec 2016 12:04:45 +0100 Subject: [PATCH] update link in README and image name in DOCS --- DOCS.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index 3aa33ce..bf7f917 100644 --- a/DOCS.md +++ b/DOCS.md @@ -11,7 +11,7 @@ The following parameters are used to configure the plugin: ```yaml pipeline: restore-cache: - image: drillster/drone-cache + image: drillster/drone-volume-cache restore: true mount: - ./node_modules @@ -25,7 +25,7 @@ pipeline: - npm install rebuild-cache: - image: drillster/drone-cache + image: drillster/drone-volume-cache rebuild: true mount: - ./node_modules diff --git a/README.md b/README.md index 4f9a350..96fb827 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # drone-volume-cache This is a pure Bash [Drone](https://github.com/drone/drone) 0.5 plugin to cache files and/or folders to a locally mounted volume. -For more information on how to use the plugin, please take a look at [the docs](DOCS.md). +For more information on how to use the plugin, please take a look at [the docs](https://github.com/Drillster/drone-volume-cache/blob/master/DOCS.md). ## Docker Build the docker image by running: