diff --git a/app/views/shared/_javascript_tag.html.erb b/app/views/shared/_javascript_tag.html.erb index 5ced55a..4a8e80f 100644 --- a/app/views/shared/_javascript_tag.html.erb +++ b/app/views/shared/_javascript_tag.html.erb @@ -1,3 +1,3 @@ <%= javascript_include_tag "https://maps.google.com/maps/api/js?libraries=places&key=#{ENV['GOOGLE_API_BROWSER_KEY']}" %> -<%= javascript_include_tag "https://cdn.rawgit.com/printercu/google-maps-utility-library-v3-read-only/master/markerclusterer/src/markerclusterer_compiled.js" %> -<%= javascript_include_tag "https://cdn.rawgit.com/printercu/google-maps-utility-library-v3-read-only/master/infobox/src/infobox_packed.js" %> +<%= javascript_include_tag "https://cdn.jsdelivr.net/gh/printercu/google-maps-utility-library-v3-read-only@master/markerclusterer/src/markerclusterer_compiled.js" %> +<%= javascript_include_tag "https://cdn.jsdelivr.net/gh/printercu/google-maps-utility-library-v3-read-only@master/infobox/src/infobox_packed.js" %>