Skip to content

Commit

Permalink
chore: fix broken links (#1249)
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
  • Loading branch information
dhmlau authored Oct 20, 2021
1 parent fda7460 commit 1ee1fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h5 class="card-title">The Art of Building Node.js Projects at Scale</h5>

<div class="col-md-6">
<p style="height: 6px;"></p>
<a class="card-2 pres" href="http://www.nodesummit.com/prior-video/node-summit-2018-async-functions-in-practice-miroslav-bajtos/" target="_blank" rel="noopener noreferrer">
<a class="card-2 pres" href="https://vimeo.com/287508709" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
Expand All @@ -367,7 +367,7 @@ <h5 class="card-title">Async Functions in Practice</h5>
</div>
</div>
</a>
<a class="card-2 pres" href="http://www.nodesummit.com/prior-video/node-summit-2018-the-art-of-extensibility-and-composability-taranveer-virk/" target="_blank" rel="noopener noreferrer">
<a class="card-2 pres" href="https://vimeo.com/287513753" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
Expand Down

0 comments on commit 1ee1fc5

Please sign in to comment.