From 826ad71ebab4a879ce0699ada74ccc468fff8c45 Mon Sep 17 00:00:00 2001 From: Georgia A Date: Tue, 28 May 2013 19:40:24 -0700 Subject: [PATCH] updated README markdown to include links to important wiki pages & remove a broken link --- README.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 4326148..0dee490 100644 --- a/README.markdown +++ b/README.markdown @@ -3,9 +3,12 @@ The RubyTuesdays ConnectFour project is a 6 week coding sprint aimed at teaching industry best-practices. Each week we will focus on a different concept. -## Setup -See the wiki page: http://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Setup +## Getting Started +If you need to install Ruby & Rails, see the [setup](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Setup-Ruby-%28OS-X-and-Windows%29) wiki page. +Here's a [tutorial](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Connect-Four-Basics) to get you through the first steps of Connect Four. + +And be sure to check out the other pages on the [wiki](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki)! ## License This work is licensed under a [Creative Commons Attribution-NonCommercial 3.0 Unported License](http://creativecommons.org/licenses/by-nc/3.0/deed.en_US).