diff --git a/practice/day-1.md b/practice/day-1.md index 5874fd3..d61500b 100644 --- a/practice/day-1.md +++ b/practice/day-1.md @@ -4,7 +4,7 @@ Note: Please complete the essential readings for this day before proceeding. **Exercise 1** -Implement Edit todo functionality in our Vanilla JS counter. You can start with [`dom/vanilla-todo`](./dom/vanilla-todo) as the starting point. +Implement Edit todo functionality in our Vanilla JS counter. You can start with [`dom/vanilla-todo`](../dom/vanilla-todo) as the starting point. **Exercise 2** @@ -38,4 +38,4 @@ Hint: You have to apply dynamic styles here, check out attribute bindings part [ Implement Ctrl + Enter as keyboard shortcut to create a new todo. -[Here is a hint.](https://vuejs.org/guide/essentials/event-handling.html#key-modifiers) \ No newline at end of file +[Here is a hint.](https://vuejs.org/guide/essentials/event-handling.html#key-modifiers)