diff --git a/docs/computations/caching.qmd b/docs/computations/caching.qmd index b85407d2a..ed44fba6b 100644 --- a/docs/computations/caching.qmd +++ b/docs/computations/caching.qmd @@ -6,7 +6,7 @@ title: "Caching" When rendering documents with embedded computations becomes time-consuming, you may want to consider adding an execution cache, which will store the results of cell executions so they aren't re-executed with every document render. -Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities distinct capabilities, and we'll cover each in detail below. +Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities feature distinct capabilities, and we'll cover each in detail below. ## Jupyter Cache