diff --git a/web_development_101/javascript_basics/project_rock_paper_scissors.md b/web_development_101/javascript_basics/project_rock_paper_scissors.md index 06d11945945..f73170c4a0d 100644 --- a/web_development_101/javascript_basics/project_rock_paper_scissors.md +++ b/web_development_101/javascript_basics/project_rock_paper_scissors.md @@ -36,7 +36,7 @@ We're going to make a simple implementation of grade-school classic "rock paper Submit a solution with a pull request to this [file](https://github.com/TheOdinProject/curriculum/blob/master/web_development_101/javascript_basics/project_rock_paper_scissors.md) on the Javascript Curriculum github repository. See the section on [Contributing](http://github.com/TheOdinProject/curriculum/blob/master/contributing.md) for how. - Add your solution below this line! -- [nezlicodes solution](https://github.com/nezlicodes/Rock-paper-scissors) - nezlicodes UI Solution.(https://github.com/nezlicodes/rock_paper_scissors-UI-version-) +- [nezlicodes solution](https://github.com/nezlicodes/Rock-paper-scissors) - [nezlicodes UI Solution](https://github.com/nezlicodes/rock_paper_scissors-UI-version-) - [NicklasHugoy's Solution](https://github.com/NicklasHugoy/rock_paper_scissors) - [Matthew Brown's UI Solution](https://github.com/vledoc/rock-paper-scissors) - [View in Browser](https://vledoc.github.io/rock-paper-scissors/) - [Michael Wang's Solution with UI](https://github.com/mikewzz/rockpaperscissorsApp)