Browse Source

Link to CodePen editor rather than final result (#8849)

People want to see the final JS/CSS/HTML, and the final result is already displayed by CodePen.
main
Tiago Fernandez 8 years ago
committed by Kevin Lacker
parent
commit
fabd77f9bc
  1. 2
      tutorial/tutorial.md

2
tutorial/tutorial.md

@ -16,7 +16,7 @@ redirect_from:
Today, we're going to build an interactive tic-tac-toe game. We'll assume some familiarity with HTML and JavaScript but you should be able to follow along even if you haven't used them before.
If you like, you can check out the final result here: <a href="https://s.codepen.io/ericnakagawa/debug/ALxakj" target="_blank">Final Result</a>. Try playing the game. You can also click on a link in the move list to go "back in time" and see what the board looked like just after that move was made.
If you like, you can check out the final result here: <a href="https://s.codepen.io/ericnakagawa/pen/ALxakj" target="_blank">Final Result</a>. Try playing the game. You can also click on a link in the move list to go "back in time" and see what the board looked like just after that move was made.
## What is React?

Loading…
Cancel
Save