Skip to content

Commit 6a1e9f7

Browse files
wonglkdfacebook-github-bot
authored andcommitted
Fix broken video on website (CacheLib OSDI) (#293)
Summary: The existing video embed is broken ("Video unavailable This video is no longer available because the uploader has closed their YouTube account."). This updates it to the OSDI video from https://www.usenix.org/conference/osdi20/presentation/berg Video URL: https://www.youtube.com/watch?v=JIM08lWPvNs Pull Request resolved: #293 Reviewed By: jaesoo-fb Differential Revision: D55098406 Pulled By: haowu14 fbshipit-source-id: ac2dd31d5a7c9f511b5c78a8c23eceba170368dd
1 parent 59b3f4b commit 6a1e9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/learnmore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function LearnMore() {
123123
</p>
124124

125125
<p align="center">
126-
<iframe width="500" height="300" src="https://www.youtube.com/embed/wp_X-Zg9WEo"
126+
<iframe width="500" height="300" src="https://www.youtube.com/embed/JIM08lWPvNs"
127127
frameborder="0"
128128
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
129129
</iframe>

0 commit comments

Comments
 (0)