Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit f210295

Browse files
Fixed Google Map iframe url. http version had too many redirects, now using https
1 parent 2153df7 commit f210295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
<p>Find initiatives and organizations that can help you learn or master your coding skills!</p>
77

8-
<iframe src="http://mapsengine.google.com/map/embed?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" width="100%" height="480"></iframe>
8+
<iframe src="https://mapsengine.google.com/map/u/0/embed?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" width="100%" height="480"></iframe>
99

10-
<p>Do you know of any other awesome initiative in your city? Feel free to add it to your map! Just Sign In with your Google Account to access the map in <a href="https://mapsengine.google.com/map/edit?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" target="_blank"><strong>edit mode</strong></a>. Once signed in, you should see a search bar that allows you to easily place pins to the map (<a href="https://support.google.com/mapsengine/answer/3024925?hl=en&ref_topic=3024924" target="_blank">editing help</a>).
10+
<p>Do you know of any other awesome initiative in your city? Feel free to add it to your map! Just Sign In with your Google Account to access the map in <a href="https://mapsengine.google.com/map/edit?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" target="_blank"><strong>edit mode</strong></a>. Once signed in, you should see a search bar that allows you to easily place pins to the map (<a href="https://support.google.com/mapsengine/answer/3024925?hl=en&ref_topic=3024924" target="_blank">editing help</a>).

0 commit comments

Comments
 (0)