From 0aea0f54b8a05c56c950108f9afde86d8c69c4f2 Mon Sep 17 00:00:00 2001 From: Eric J Fisher Date: Fri, 9 Dec 2016 15:31:18 -0500 Subject: [PATCH] Corrected Project url in Readme.md The Hello Code Project url was missing the `-` in `code-school` in the Readme.md file, also branch name is `solution` not `answer` so corrected that as well. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66e3beb..7cdf475 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a sample project to test out how projects work at Code School. For this # Getting Started -To get started with this project, head over to the [Hello Code School](https://www.codeschool.com/projects/hello-codeschool) project on Code School, and begin! It'll walk you through all of the steps below. They're included here in the readme in case you work better locally, or want to try working on this project offline. +To get started with this project, head over to the [Hello Code School](https://www.codeschool.com/projects/hello-code-school) project on Code School, and begin! It'll walk you through all of the steps below. They're included here in the readme in case you work better locally, or want to try working on this project offline. # Prerequisites @@ -43,7 +43,7 @@ In these `li` elements, list out what you want to learn. # Checking Your Work -Once you've completed all of the tasks, go ahead and commit those to your fork of this repository and push it up to GitHub. Follow the directions on [Hello Code School](https://www.codeschool.com/projects/hello-codeschool) to submit your project and get feedback from Code School. +Once you've completed all of the tasks, go ahead and commit those to your fork of this repository and push it up to GitHub. Follow the directions on [Hello Code School](https://www.codeschool.com/projects/hello-code-school) to submit your project and get feedback from Code School. ## Running Tests Locally @@ -88,4 +88,4 @@ This will make your `index.html` file available at the URL: `http://.github.io/HelloCodeSchoolProject/` -For instance, our `answer` branch is available at the url [http://codeschool.github.io/HelloCodeSchoolProject/](http://codeschool.github.io/HelloCodeSchoolProject/). +For instance, our `solution` branch is available at the url [http://codeschool.github.io/HelloCodeSchoolProject/](http://codeschool.github.io/HelloCodeSchoolProject/).