From a409a2cf687b7b57058852178a5c9955f7e30914 Mon Sep 17 00:00:00 2001 From: Zachary DeRose Date: Fri, 21 Aug 2020 10:22:04 -0700 Subject: [PATCH] fix(docs): fix broken link in Computational Cache tutorial (#3582) --- docs/react/tutorial/10-computation-caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/tutorial/10-computation-caching.md b/docs/react/tutorial/10-computation-caching.md index 832b300946466..9665bb583a4da 100644 --- a/docs/react/tutorial/10-computation-caching.md +++ b/docs/react/tutorial/10-computation-caching.md @@ -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