Browse Source

Changed the url of the video in community-round-up-4

The url was using http instead of https, which results in an error.
main
PNikray 10 years ago
parent
commit
e209c6bb18
  1. 2
      _posts/2013-07-03-community-roundup-4.md

2
_posts/2013-07-03-community-roundup-4.md

@ -47,7 +47,7 @@ Over the past several weeks, members of our team, [Pete Hunt](http://www.petehun
[Pete Hunt](http://www.petehunt.net/) recorded himself implementing a simple `<Blink>` tag in React.
<figure><iframe src="http://player.vimeo.com/video/67248575" width="500" height="340" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></figure>
<figure><iframe src="https://player.vimeo.com/video/67248575" width="500" height="340" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></figure>
## Snake in React

Loading…
Cancel
Save