diff --git a/docs/tutorial.md b/docs/tutorial.md index fb3c33089..e668de546 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -25,7 +25,7 @@ Here's what the finished app will look like: ### Get the code -If you want to try the finished Stopwatch app and follow along with the code, first make sure you have [Textual installed](getting_started.md) and then check out the [Textual](https://github.com/Textualize/textual) GitHub repository: +If you want to try the finished Stopwatch app and follow along with the code, first make sure you have [Textual installed](getting_started.md) then check out the [Textual](https://github.com/Textualize/textual) repository: === "HTTPS" diff --git a/mkdocs.yml b/mkdocs.yml index 373a230f8..5ad5a5a08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,8 +27,7 @@ nav: - "events/index.md" - "events/blur.md" - "events/descendant_blur.md" - - "events/descendant_focus.md" - - "events/enter.md" + - "events/descendant_focus.md" - "events/enter.md" - "events/focus.md" - "events/hide.md"