From 1e809916ec863071c64c37a2f34d301fb119177c Mon Sep 17 00:00:00 2001 From: Connor McSheffrey Date: Sun, 6 Oct 2013 00:54:10 -0700 Subject: [PATCH] fixed broken link on Community Round-up #9 blog post closes #409 --- _posts/2013-10-3-community-roundup-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-10-3-community-roundup-9.md b/_posts/2013-10-3-community-roundup-9.md index 15c92317..46accfa6 100644 --- a/_posts/2013-10-3-community-roundup-9.md +++ b/_posts/2013-10-3-community-roundup-9.md @@ -13,7 +13,7 @@ We organized a React hackathon last week-end in the Facebook Seattle office. 50 [Alex Swan](http://bold-it.com/) implemented [Qu.izti.me](http://qu.izti.me/), a multi-player quiz game. It is real-time via Web Socket and mobile friendly. -> The game itself is pretty simple. People join the "room" by going to [http://qu.izti.me]((http://qu.izti.me/) on their device. Large displays will show a leaderboard along with the game, and small displays (such as phones) will act as personal gamepads. Users will see questions and a choice of answers. The faster you answer, the more points you earn. +> The game itself is pretty simple. People join the "room" by going to [http://qu.izti.me](http://qu.izti.me/) on their device. Large displays will show a leaderboard along with the game, and small displays (such as phones) will act as personal gamepads. Users will see questions and a choice of answers. The faster you answer, the more points you earn. > > In my opinion, Socket.io and React go together like chocolate and peanut butter. The page was always an accurate representation of the game object. >
[![](/react/img/blog/quiztime.png)](http://bold-it.com/javascript/facebook-react-example/)