diff --git a/seed_data/challenges/functional-programming.json b/seed_data/challenges/functional-programming.json index 67f6a3b3f0..1bc0053f5b 100644 --- a/seed_data/challenges/functional-programming.json +++ b/seed_data/challenges/functional-programming.json @@ -6,7 +6,7 @@ "_id": "bd7129d8c441eddfbeb5bddf", "name": "Waypoint: Practice Functional Programming", "difficulty": 0.01, - "challengeSeed": "114604814", + "challengeSeed": "129169463", "description": [ "Functional programming holds the key to unlocking JavaScript's powerful asynchronous features.", "Jafar Husain's 42-step interactive Functional Programming course will familiarize you with the various ways you can recombine these functions.", diff --git a/views/home.jade b/views/home.jade index 9cc4414cdb..f1058309b5 100644 --- a/views/home.jade +++ b/views/home.jade @@ -4,7 +4,7 @@ block content if (user && user.progressTimestamps.length > 0) .col-xs-12 .embed-responsive.embed-responsive-16by9 - iframe.embed-responsive-item(src='//player.vimeo.com/video/128853855') + iframe.embed-responsive-item(src='//player.vimeo.com/video/129168884') br h3 Note: If you're using Firefox and the buttons aren't working, do a full refresh (control + f5 on Windows and command + shift + r on Mac). We're working on this. h3 Note: If you've already completed the HTML, CSS, Bootstrap Waypoints, you do not need to do these new Waypoints.