Skip to content

Commit 72261c2

Browse files
authored
Update tutorial.md
Fix header.md hyperlink in tutorial.md
1 parent e5fd661 commit 72261c2

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)