Skip to content

Commit 91cf31f

Browse files
committed
Update build-a-randomizer-generator-with-html-css-js.mdx
1 parent 31dcdfe commit 91cf31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build-a-randomizer-generator-with-html-css-js/build-a-randomizer-generator-with-html-css-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Today, we'll be learning how to use HTML, CSS, and vanilla JavaScript to build o
6060

6161
## Code Structure
6262

63-
Let's take a look at some [starter code](https://glitch.com/edit/#!/generator-starter-code) and some [final code](https://glitch.com/edit/#!/generator-final-code). We'll be learning how to get from point A to point B.
63+
Let's take a look at some [starter code](https://www.codedex.io/@Julien/build/randomizer-starter-code) and some [final code](https://www.codedex.io/@Julien/build/randomizer-generator-final-code). We'll be learning how to get from point A to point B.
6464

6565
If you've taken the HTML, CSS, and JavaScript courses, our web stack for this project will look familiar. We have an HTML file that links to an external CSS stylesheet and an external JavaScript file, all contained within the same folder.
6666

0 commit comments

Comments
 (0)