From 81e3bdbb0f7fa809c2d2da9968e105c8ada046bd Mon Sep 17 00:00:00 2001
From: Natalie <nat@metabase.com>
Date: Mon, 5 Dec 2022 16:21:26 -0500
Subject: [PATCH] docs - update datetimediff (#26978)

---
 docs/questions/query-builder/expressions/datetimediff.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/questions/query-builder/expressions/datetimediff.md b/docs/questions/query-builder/expressions/datetimediff.md
index c7e3a2b0618..160dd085ca8 100644
--- a/docs/questions/query-builder/expressions/datetimediff.md
+++ b/docs/questions/query-builder/expressions/datetimediff.md
@@ -45,7 +45,7 @@ datetimeDiff([Aging Start], [Aging End], "month")
 
 ## Calculating current age
 
-Metabase doesn't currently support datetime functions like `today`. To calculate the _current_ age of a cheese:
+Metabase doesn't currently support datetime functions like `today`. To calculate the _current_ age in our [cheese example](#calculating-age):
 
 1. Ask your database admin if there's table in your database that stores dates for reporting (sometimes called a date dimension table).
 2. Create a new question using the date dimension table, with a filter for "Today".
-- 
GitLab