From 9aaaa32ac57a6789a0206b934cb80550bebf37e0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 26 Jan 2017 05:38:13 +0100 Subject: [PATCH] doc --- docs/index.md | 2 +- docs/widgets_todo_list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ```