Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 8aa74da

Browse files
authored
Merge pull request #804 from jtattermusch/master
Fix and cleanup video links
2 parents 9548b83 + 290ab34 commit 8aa74da

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Diff for: js/common.js

+5-8
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@ firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
1212
// The key corresponds to the data attributes in docs/talks/index.html
1313
// TODO(jtattermusch): is there a way to not require editing this when adding new videos?
1414
var playerInfoList = [
15-
{type: 'yt', key: '5QH67PXNbaI'},
15+
{type: 'yt', key: 'OZ_Qmklc4zE'},
1616
{type: 'yt', key: 'F2znfxn_5Hg'},
17-
{type: 'yt', key: 'rf5fw_O4tnU'},
17+
{type: 'yt', key: 'S7WIYLcPS1Y'},
1818
{type: 'yt', key: 'F2WYEFLTKEw'},
1919
{type: 'yt', key: 'UZcvnApm81U'},
2020
{type: 'yt', key: 'UOIJNygDNlE'},
21+
{type: 'yt', key: 'RvUP7vX2P4s'},
2122
{type: 'yt', key: 'nz-LcdoMYWA'},
22-
{type: 'yt', key: 'sZx3oZt7LVg'},
23-
{type: 'yt', key: 'RvUP7vX2P4s'},
24-
{type: 'slideshare', key: 'https://www.slideshare.net/sujatatibre/g-rpc-talk-with-intel-3'},
25-
{type: 'slideshare', key: 'https://www.slideshare.net/VarunTalwar4/grpc-design-and-implementation'},
26-
{type: 'slideshare', key: 'https://www.slideshare.net/VarunTalwar4/grpc-overview'},
27-
{type: 'slideshare', key: 'https://www.ustream.tv/recorded/86187859'}
23+
{type: 'yt', key: 'sZx3oZt7LVg'},
24+
{type: 'vimeo', key: 'https://vimeo.com/190648663'}
2825
];
2926

3027
function createPlayer(key) {

0 commit comments

Comments
 (0)