Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit f12d301

Browse files
committed
Update other screenshot links.
1 parent 8e76f28 commit f12d301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Projects/payment-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
[Example on CodePen](https://codepen.io/fdb/pen/PaXQQB)
88

Projects/space-game/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Space Invaders
22

3-
![Screenshot of the game](https://raw.githubusercontent.com/fdb/spacegame/master/.github/screenshot.png)
3+
![Screenshot](https://raw.githubusercontent.com/HackYourFutureBelgium/JavaScript2/master/Projects/spacegame/screenshot.png)
44

55
A clone of [Space Invaders](https://en.wikipedia.org/wiki/Space_Invaders), specially built for teaching purposes!
66

0 commit comments

Comments
 (0)