Skip to content

Commit efc7d16

Browse files
committed
update link to Heroku Demo app to https://todomvc-app.herokuapp.com for #5
1 parent 1e8aaea commit efc7d16

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ using "***Vanilla***" **JavaScript** (_no frameworks!_)
1818
and the ***Elm Architecture*** to organise/structure the code.
1919

2020

21-
<a href="https://youtu.be/epPS_DjEWWY?t=32"
22-
alt="Volvo cars are safer because they learn from every real world crash!">
21+
<a href="https://todomvc-app.herokuapp.com"
22+
alt="Try the Demo on Heroku!">
2323
<img src="https://user-images.githubusercontent.com/194400/45237254-10d5e980-b2d6-11e8-8281-b95452bde519.gif"
24-
alt="Car Designers follow a Testing Mindset">
24+
alt="Step one: learn JavaScript!">
2525
</a>
2626

2727
</div>
2828

29-
> Before you continue, try out the demo:
30-
https://todomvc-app.herokuapp.com/examples/todo-list <br />
29+
> Before you continue, try the demo: https://todomvc-app.herokuapp.com <br />
3130
3231
> Add a few items to the list. Double-click/tap the item to edit it.
3332
Check-off your todos and navigate the footer to filter for Active/Completed.

0 commit comments

Comments
 (0)