Skip to content

Commit 7b9cbde

Browse files
authored
Fix screenshot link, point demo to rawgit.
1 parent b287e7a commit 7b9cbde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Projects/payment-form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This payment form shows you the basics of form processing and DOM manipulation. It includes code to react to user input (key events), and change DOM elements based on the input (in this case, we check if the form elements are valid or not).
44

5-
![Screenshot](https://raw.githubusercontent.com/HackYourFutureBelgium/JavaScript2/master/payment-form/screenshot.png)
5+
![Screenshot](https://raw.githubusercontent.com/HackYourFutureBelgium/JavaScript2/master/Projects/payment-form/screenshot.png)
66

7-
[Example on CodePen](https://codepen.io/fdb/pen/PaXQQB)
7+
[Live Demo](https://rawgit.com/HackYourFutureBelgium/JavaScript2/master/Projects/payment-form/index.html)
88

99
### Email Format
1010

0 commit comments

Comments
 (0)