diff --git a/tutorial0_serve/2_GIT_SETUP.md b/tutorial0_serve/2_GIT_SETUP.md index 9543129..0e73eb6 100644 --- a/tutorial0_serve/2_GIT_SETUP.md +++ b/tutorial0_serve/2_GIT_SETUP.md @@ -16,7 +16,7 @@ You will now have a copy of the course repository on your own github account. Yo ### 3. Set up your deployment -To deploy your site on [Github Pages](https://help.github.com/en/github/working-with-github-pages/creating-a-github-pages-site#creating-your-site) you can go to your repository's `Settings` tab and then scroll down to `GitHub Pages` section. Select `master` as source and then your site will be avallable at `https://.github.io//`. *NOTE*: You must navidate in the URL to a folder with an index.html, or else you will get a 404. This will take a few minutes to update with any pushed changes. +To deploy your site on [Github Pages](https://help.github.com/en/github/working-with-github-pages/creating-a-github-pages-site#creating-your-site) you can go to your repository's `Settings` tab and then scroll down to `GitHub Pages` section. Select `master` as source and then your site will be avallable at `https://.github.io//`. *NOTE*: You must navigate in the URL to a folder with an index.html, or else you will get a 404. This will take a few minutes to update with any pushed changes.