Skip to content

Commit

Permalink
Update youtube link
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohk committed Apr 30, 2020
1 parent 0a6e09e commit ccb7071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An interactive visualization system designed to help non-experts learn about Con

[![Build Status](https://travis-ci.com/poloclub/cnn-explainer.svg?branch=master)](https://travis-ci.com/poloclub/cnn-explainer)

<a href="https://youtu.be/udVN7fPvGe0" target="_blank"><img src="https://i.imgur.com/TIKlgt6.png" style="max-width:100%;"></a>
<a href="https://youtu.be/HnWIHWFbuUQ" target="_blank"><img src="https://i.imgur.com/TIKlgt6.png" style="max-width:100%;"></a>

## Live Demo

Expand Down
2 changes: 1 addition & 1 deletion src/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</div>

<div class="icon" title="Demo video">
<a target="_blank" href="https://youtu.be/udVN7fPvGe0">
<a target="_blank" href="https://youtu.be/HnWIHWFbuUQ">
<img src="PUBLIC_URL/assets/img/youtube.png" alt="youtube icon"/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/article/Article.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
</li>
</ul>
<div class="video">
<Youtube videoId="udVN7fPvGe0" playerId="demo_video" bind:this={currentPlayer}/>
<Youtube videoId="HnWIHWFbuUQ" playerId="demo_video" bind:this={currentPlayer}/>
</div>

<h2>How is CNN Explainer implemented?</h2>
Expand Down

0 comments on commit ccb7071

Please sign in to comment.