Skip to content

Commit 97733fc

Browse files
fix(README.md): update image source URL to fix broken image link in README file
1 parent 1534a0f commit 97733fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Todo-Kanban is a VS Code extension that transforms your code annotations into actionable tasks on Rememo.io. It's designed to prevent important development notes from falling through the cracks.
44

5-
<img src="https://github.com/rememo-io/todo-kanban/static/hero.webp">
5+
<img src="https://raw.githubusercontent.com/rememo-io/todo-kanban/master/static/hero.webp">
66

77
## The Problem:
88
Developers often scatter TODOs, FIXMEs, and other notes throughout their codebase, intending to address them later. As projects expand, these comments can become overwhelming, forgotten, or ignored - potentially leading to missed deadlines or lingering issues.

0 commit comments

Comments
 (0)