Skip to content

Commit 81b4d2b

Browse files
fix: add .ipynb extension to instances tutorial links
Lychee linkcheck runs against source files, not built site URLs. Links to notebooks need the .ipynb extension to be resolvable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2496cf commit 81b4d2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/explanation/whats-new-22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ Once a Schema is created, table definitions, inserts, queries, and all other ope
202202
## See Also
203203

204204
- [Use Isolated Instances](../how-to/use-instances.md/) — Task-oriented guide
205-
- [Working with Instances](../tutorials/advanced/instances/) — Step-by-step tutorial
205+
- [Working with Instances](../tutorials/advanced/instances.ipynb/) — Step-by-step tutorial
206206
- [Configuration Reference](../reference/configuration.md/) — Thread-safe mode settings
207207
- [Configure Database](../how-to/configure-database.md/) — Connection setup

src/how-to/use-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ def test_insert(test_instance):
140140
## See Also
141141

142142
- [What's New in 2.2](../explanation/whats-new-22.md/) — Feature overview and rationale
143-
- [Working with Instances](../tutorials/advanced/instances/) — Step-by-step tutorial
143+
- [Working with Instances](../tutorials/advanced/instances.ipynb/) — Step-by-step tutorial
144144
- [Configuration Reference](../reference/configuration.md/) — Thread-safe mode settings

0 commit comments

Comments
 (0)