Skip to content

Commit 555217f

Browse files
committed
Fixing YouTube links
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 5879fd7 commit 555217f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

themes/openstack/templates/Layout/BareMetalPage.ss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<!-- Video Row 1-->
245245
<div class="row video-wall-row ">
246246
<div class="col-md-4 col-sm-6 video-wall-item">
247-
<a href="https://www.youtube.com/" target="_blank">
247+
<a href="https://www.youtube.com/watch?v=tBNzXtgti7s" target="_blank">
248248
<div class="video-wrapper">
249249
<div class="play-button">
250250
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
@@ -255,7 +255,7 @@
255255
<h4 class="video-caption">OpenStack Ironic: Enabling Bare Metal as a Service</h4>
256256
</div>
257257
<div class="col-md-4 col-sm-6 video-wall-item">
258-
<a href="https://www.youtube.com/" target="_blank">
258+
<a href="https://www.youtube.com/watch?v=d3qzHwhqd9o" target="_blank">
259259
<div class="video-wrapper">
260260
<div class="play-button">
261261
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
@@ -266,7 +266,7 @@
266266
<h4 class="video-caption">Ironic - Project Update</h4>
267267
</div>
268268
<div class="col-md-4 col-sm-6 video-wall-item">
269-
<a href="https://www.youtube.com/" target="_blank">
269+
<a href="https://www.youtube.com/watch?v=Tbwwg3wERHY" target="_blank">
270270
<div class="video-wrapper">
271271
<div class="play-button">
272272
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
@@ -279,7 +279,7 @@
279279
<!-- Video Row 2-->
280280
<div class="row video-wall-row ">
281281
<div class="col-md-4 col-sm-6 video-wall-item">
282-
<a href="https://www.youtube.com/" target="_blank">
282+
<a href="https://www.youtube.com/watch?v=kcARF2zhXkw" target="_blank">
283283
<div class="video-wrapper">
284284
<div class="play-button">
285285
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
@@ -290,7 +290,7 @@
290290
<h4 class="video-caption">How Ironic fits into PayPal's full circle of Bare Metal Management</h4>
291291
</div>
292292
<div class="col-md-4 col-sm-6 video-wall-item">
293-
<a href="https://www.youtube.com/" target="_blank">
293+
<a href="https://www.youtube.com/watch?v=V_5UuVpviZc" target="_blank">
294294
<div class="video-wrapper">
295295
<div class="play-button">
296296
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">
@@ -301,7 +301,7 @@
301301
<h4 class="video-caption">“Our relation is ... complicated.” The most excellent and lamentable tragedy of Ironic and Nova</h4>
302302
</div>
303303
<div class="col-md-4 col-sm-6 video-wall-item">
304-
<a href="https://www.youtube.com/" target="_blank">
304+
<a href="https://www.youtube.com/watch?v=JxgjywVXFsY" target="_blank">
305305
<div class="video-wrapper">
306306
<div class="play-button">
307307
<img src="{$Top.CloudUrl("images/baremetal/play-button.png")}">

0 commit comments

Comments
 (0)