Skip to content

Commit 8b01202

Browse files
authored
docs: fix-broken-link-to-example-file
1 parent 82cdde0 commit 8b01202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/incremental_time_full_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ We have data like the below that gets ingested into our data warehouse on a dail
172172

173173
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.
174174

175-
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).
175+
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).
176176

177177
```sql
178178
MODEL (

0 commit comments

Comments
 (0)