Navigation Menu

Skip to content

Commit

Permalink
fix(docs): fix broken link in Computational Cache tutorial (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose committed Aug 21, 2020
1 parent d796731 commit a409a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react/tutorial/10-computation-caching.md
Expand Up @@ -50,7 +50,7 @@ Based on the state of the source code and the environment, Nx was able to figure
Nx read the output from cache instead of running the command for 1 out of 2 projects.
```

Nx built `api` and retrieved `todos` from its computation cache. Read more about the cache [here](/{{framework}}/guides/computation_caching).
Nx built `api` and retrieved `todos` from its computation cache. Read more about the cache [here](/{{framework}}/workspace/computation-caching).

## --with-deps

Expand Down

0 comments on commit a409a2c

Please sign in to comment.