Skip to content

Commit dfc2b9d

Browse files
authored
Merge pull request #5793 from joeypaak/main
Fix tutorial hyperlink to reference doc
2 parents e5fd661 + 72261c2 commit dfc2b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Let's examine `stopwatch01.py` in more detail.
118118
```
119119

120120
The first line imports `App` class, which is the base class for all Textual apps.
121-
The second line imports two builtin widgets: [`Footer`](widgets/footer.md) which shows a bar at the bottom of the screen with bound keys, and [`Header`](widgets/header) which shows a title at the top of the screen.
121+
The second line imports two builtin widgets: [`Footer`](widgets/footer.md) which shows a bar at the bottom of the screen with bound keys, and [`Header`](widgets/header.md) which shows a title at the top of the screen.
122122
Widgets are re-usable components responsible for managing a part of the screen.
123123
We will cover how to build widgets in this tutorial.
124124

0 commit comments

Comments
 (0)