Skip to content

Commit b068c69

Browse files
authored
chore(docs): fix-broken-link-to-example-file (#5048)
1 parent fa293da commit b068c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)