diff --git a/lessons/eslint-prettier.md b/lessons/eslint-prettier.md index 9b655c89..83974271 100644 --- a/lessons/eslint-prettier.md +++ b/lessons/eslint-prettier.md @@ -120,7 +120,7 @@ coverage/ [jlongster]: https://twitter.com/jlongster [prettier]: https://github.com/prettier/prettier -[prettier-playground]: https://prettier.github.io/prettier/ +[prettier-playground]: https://prettier.io/playground/ [prettier-options]: https://github.com/prettier/prettier#api [flow]: https://flow.org/ [prettier-ide]: https://github.com/prettier/prettier#editor-integration diff --git a/lessons/intro.md b/lessons/intro.md index 80aac580..549a5f7b 100644 --- a/lessons/intro.md +++ b/lessons/intro.md @@ -14,7 +14,7 @@ Through out the course you'll see something like this: ## 🌳 `` -This is a point where I have stopped and committed this to a repo. If you fall behind, get stuck, or just want to skip ahead, just use git and check out that commit! You can also go explore the those commits on GitHub too to see what they look like. The [repo is here][gh]. +This is a point where I have stopped and committed this to a repo. If you fall behind, get stuck, or just want to skip ahead, just use git and check out that commit! You can also go explore those commits on GitHub too to see what they look like. The [repo is here][gh]. If you don't know how to use git so well, let me recommend to you my co-worker and close friend's course, [Git In-depth][nina]. Git is definitely a tool worth investing time into; while it may seem boring and take a lot of time and energy to learn, some day it will save you days if not weeks worth of work.