diff --git a/embed_code_for_new_people.html b/embed_code_for_new_people.html index 0a14a2067..481ecd34b 100644 --- a/embed_code_for_new_people.html +++ b/embed_code_for_new_people.html @@ -17,7 +17,7 @@ } else { jQuery(function() { var s = document.createElement('script'); - s.src = "//patterns.brl.nyc/assets/seamless/build/seamless.parent.min.self.js"; + s.src = "https://patterns.brl.nyc/js/seamless.parent.min.js"; document.head.appendChild(s); setTimeout("initSeamless()", 50); });