From e79749ef54cfa42f561d2b3e2141ac263c4f8435 Mon Sep 17 00:00:00 2001 From: Grant Murray Date: Mon, 28 Jul 2025 13:30:20 -0400 Subject: [PATCH] docs: fix-broken-link-to-example-file --- docs/examples/incremental_time_full_walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/incremental_time_full_walkthrough.md b/docs/examples/incremental_time_full_walkthrough.md index 7941647f68..6907836b0b 100644 --- a/docs/examples/incremental_time_full_walkthrough.md +++ b/docs/examples/incremental_time_full_walkthrough.md @@ -172,7 +172,7 @@ We have data like the below that gets ingested into our data warehouse on a dail I can answer some of the questions above by walking through the model's config, coupled with the business logic/code I prepared ahead of time. -You can see this code in a SQLMesh project context [here](https://github.com/sungchun12/sqlmesh-demos/blob/incremental-demo/models/examples/incrementals_demo.sql). +You can see this code in a SQLMesh project context [here](https://github.com/sungchun12/sqlmesh-demos/blob/incremental-demo/models/examples/incremental_model.sql). ```sql MODEL (