From 990c8517703adbff61337600167e778a5a38d2a7 Mon Sep 17 00:00:00 2001 From: KyleMit Date: Thu, 10 Mar 2022 11:34:12 -0500 Subject: [PATCH] fix broken links --- README.md | 4 ++-- docs/task-board.md | 2 +- src/view/app/components/TaskBoard/ButtonBar.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2dfc901..efe0a26 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE - Checkboxes are optional (if your task titles don't have them). - Task title can also have markdown for styling, hyperlinks, simple html or even img tags. - Task menu: to insert a sub-task, emoji icons (like bug 🐞 blocked ❌ party 🎉 etc.). -- See also: Documentation / Guides +- See also: Documentation / Guides ## Usage: @@ -28,7 +28,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE ## Support - For Feedbacks, Bug Reports: https://github.com/coddx-hq/coddx-alpha/issues -- Documentation: Documentation / Guides +- Documentation: Documentation / Guides - CHANGELOG ## Next milestone: diff --git a/docs/task-board.md b/docs/task-board.md index b618341..c68b585 100644 --- a/docs/task-board.md +++ b/docs/task-board.md @@ -10,7 +10,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE - Checkboxes are optional (if your task titles don't have them). - Task title can also have markdown for styling, hyperlinks, simple html or even img tags. - Task menu: to insert a sub-task, emoji icons (like bug 🐞 blocked ❌ party 🎉 etc.). -- See also: Documentation / Guides +- See also: Documentation / Guides ## TODO.md diff --git a/src/view/app/components/TaskBoard/ButtonBar.tsx b/src/view/app/components/TaskBoard/ButtonBar.tsx index 8942c5c..2b3f302 100644 --- a/src/view/app/components/TaskBoard/ButtonBar.tsx +++ b/src/view/app/components/TaskBoard/ButtonBar.tsx @@ -124,7 +124,7 @@ export default ({ Help | Doc