diff --git a/docs/index.md b/docs/index.md index 78608639..310244e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ _General features or concepts that are not wrapped in a widget_ _Description of each entry in the main menu. May redirect to a specific widget page._ * [File]() -* [Debugger]() +* [Debugger](widgets_gdb_commander) * [Edit]() * [Project](features_projects) * [Project groups](widgets_project_groups) diff --git a/docs/widgets_todo_list.md b/docs/widgets_todo_list.md index c465c6f7..9c06f9eb 100644 --- a/docs/widgets_todo_list.md +++ b/docs/widgets_todo_list.md @@ -35,7 +35,7 @@ For example ```d // TODO: something. // TODO-cfixes: something to fix. -// TODO-cfixes-aMrFreeze: something that MrFreezae has to fix. +// TODO-cfixes-aMrFreeze: something that MrFreeze has to fix. // NOTE: a reminder. ```