diff --git a/docs/pages/docs/core-concepts/caching.mdx b/docs/pages/docs/core-concepts/caching.mdx index b9cddfa5126a2..cd13a8b4beabf 100644 --- a/docs/pages/docs/core-concepts/caching.mdx +++ b/docs/pages/docs/core-concepts/caching.mdx @@ -39,7 +39,7 @@ If your task does not emit any files (e.g. unit tests with Jest), set `outputs` Pro Tip for caching ESLint: You can get a cacheable pretty terminal output (even for non-errors) by setting `TIMING=1` variable before `eslint`. Learn more over at the [ESLint - docs](https://eslint.org/docs/1.0.0/developer-guide/working-with-rules#per-rule-performance) + docs](https://eslint.org/docs/latest/developer-guide/working-with-rules#per-rule-performance) With the above pipeline configuration and proper output folders, if you were to run: