From e3114d49d047ebf5e2e18d393207d83d0dc6d9bd Mon Sep 17 00:00:00 2001 From: Araxeus Date: Fri, 22 Apr 2022 13:36:22 +0300 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919d786b..1460e240 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The action defaults to search for the dependency file (`package-lock.json` or `y **Note:** The action does not cache `node_modules` -See the examples of using cache for `yarn` / `pnpm` and `cache-dependency-path` input in the [Advanced usage](docs/advanced-usage.md#caching-packages-dependencies) guide. +See the examples of using cache for `yarn` / `pnpm` and `cache-dependency-path` input in the [Advanced usage](docs/advanced-usage.md#caching-packages-data) guide. **Caching npm dependencies:**