From 793e5130d1c28f4954a352b7c68bf54a965f9d2f Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer <jeff.bruemmer@gmail.com> Date: Mon, 15 Apr 2024 13:36:40 -0700 Subject: [PATCH] docs - note on model caching (#41446) * note on model caching * update link * blockquote --- docs/data-modeling/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-modeling/models.md b/docs/data-modeling/models.md index cc2b61d480d..d5725f41051 100644 --- a/docs/data-modeling/models.md +++ b/docs/data-modeling/models.md @@ -182,7 +182,7 @@ To set up model caching: 1. [Enable model caching in Metabase](#enable-model-caching-in-metabase). 2. [Create a schema to store cached models](#create-a-schema-to-store-cached-models). -> Model caching doesn't work with [data sandboxing](../configuring-metabase/caching.md#caching-doesnt-work-with-data-sandboxing). +> Model caching doesn't work with [data sandboxing](../permissions/data-sandboxes.md). ### Enable model caching in Metabase -- GitLab