diff --git a/docs/widgets/text_log.md b/docs/widgets/text_log.md index 8a8f690d8d..ccc7ea78c5 100644 --- a/docs/widgets/text_log.md +++ b/docs/widgets/text_log.md @@ -41,4 +41,4 @@ This widget sends no messages. ## See Also -* [TextLog](../api/textlog.md) code reference +* [TextLog](../api/text_log.md) code reference diff --git a/mkdocs.yml b/mkdocs.yml index 4f3247d92a..7f73787b38 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,7 +112,6 @@ nav: - "api/color.md" - "api/containers.md" - "api/data_table.md" - - "api/text_log.md" - "api/directory_tree.md" - "api/dom_node.md" - "api/events.md" @@ -130,6 +129,7 @@ nav: - "api/reactive.md" - "api/screen.md" - "api/static.md" + - "api/text_log.md" - "api/timer.md" - "api/walk.md" - "api/widget.md"