Răsfoiți Sursa

serve remotes js from s3 #611

Hakim El Hattab 11 ani în urmă
părinte
comite
059311923b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      plugin/remotes/remotes.js

+ 1 - 1
plugin/remotes/remotes.js

@@ -34,6 +34,6 @@
             ;
         } );
 
-        head.js('https://raw.github.com/Remotes/Remotes/master/dist/remotes.ne.min.js');
+        head.js('https://hakim-static.s3.amazonaws.com/reveal-js/remotes.ne.min.js');
     }
 })(window);