Skip to content

Commit 337fdf2

Browse files
authored
fix broken link in readme (#473)
* fix broken link * fix broken link
1 parent 86bf502 commit 337fdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The action defaults to search for the dependency file (`package-lock.json` or `y
4949

5050
**Note:** The action does not cache `node_modules`
5151

52-
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.
52+
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.
5353

5454
**Caching npm dependencies:**
5555

@@ -103,7 +103,7 @@ jobs:
103103
1. [Check latest version](docs/advanced-usage.md#check-latest-version)
104104
2. [Using a node version file](docs/advanced-usage.md#node-version-file)
105105
3. [Using different architectures](docs/advanced-usage.md#architecture)
106-
4. [Caching packages data](docs/advanced-usage.md#caching-packages-dependencies)
106+
4. [Caching packages data](docs/advanced-usage.md#caching-packages-data)
107107
5. [Using multiple operating systems and architectures](docs/advanced-usage.md#multiple-operating-systems-and-architectures)
108108
6. [Publishing to npmjs and GPR with npm](docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-npm)
109109
7. [Publishing to npmjs and GPR with yarn](docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-yarn)

0 commit comments

Comments
 (0)