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: