Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="https://bit.ly/2SfcKaH">Documentation / Guides</a>
- See also: <a href="https://github.com/coddx-hq/coddx-alpha/blob/master/docs/documentation.md">Documentation / Guides</a>

## Usage:

Expand All @@ -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: <a href="https://bit.ly/2SfcKaH">Documentation / Guides</a>
- Documentation: <a href="https://github.com/coddx-hq/coddx-alpha/blob/master/docs/documentation.md">Documentation / Guides</a>
- <a href="https://bit.ly/2y4fgqh">CHANGELOG</a>

## Next milestone:
Expand Down
2 changes: 1 addition & 1 deletion docs/task-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="https://bit.ly/2SfcKaH">Documentation / Guides</a>
- See also: <a href="https://github.com/coddx-hq/coddx-alpha/blob/master/docs/documentation.md">Documentation / Guides</a>

## TODO.md

Expand Down
2 changes: 1 addition & 1 deletion src/view/app/components/TaskBoard/ButtonBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default ({
</span>
<a
style={{ position: 'absolute', right: 15, top: 15 }}
href="https://nnote.cc/s/k0o93/todomd-kanban-board-documentation"
href="https://github.com/coddx-hq/coddx-alpha/blob/master/docs/documentation.md"
>
Help | Doc
</a>
Expand Down