diff --git a/lessons/js-project.md b/lessons/js-project.md index f6158bc..433c71e 100644 --- a/lessons/js-project.md +++ b/lessons/js-project.md @@ -77,6 +77,6 @@ You'll also see that we used the `typeof` operator. `typeof` tells whatever the ## Answer -* [The HTML](/intro-to-web-dev-v2/calculator.html) (you can view source on it) -* [The JavaScript](/intro-to-web-dev-v2/calculator.js) -* [The CSS](/intro-to-web-dev-v2/calculator.css) +* [The HTML](https://btholt.github.io/intro-to-web-dev-v2/calculator.html) (you can view source on it) +* [The JavaScript](https://btholt.github.io/intro-to-web-dev-v2/calculator.js) +* [The CSS](https://btholt.github.io/intro-to-web-dev-v2/calculator.css)