Skip to content

Commit fa0aeff

Browse files
committed
Use https where possible
1 parent dde973b commit fa0aeff

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at
66

7-
http://www.apache.org/licenses/LICENSE-2.0
7+
https://www.apache.org/licenses/LICENSE-2.0
88

99
Unless required by applicable law or agreed to in writing, software
1010
distributed under the License is distributed on an "AS IS" BASIS,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-map
22
==========
33

4-
See the [component page](http://googlewebcomponents.github.io/google-map) for more information.
4+
See the [component page](https://googlewebcomponents.github.io/google-map) for more information.
55

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "google-map",
33
"version": "0.4.2",
4-
"homepage": "http://googlewebcomponents.github.io/google-map",
54
"description": "Google Maps web components",
5+
"homepage": "https://googlewebcomponents.github.io/google-map",
66
"main": "google-map.html",
77
"authors": [
88
"Frankie Fu <ffu@google.com>",

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<google-map latitude="37.779" longitude="-122.3892" minZoom="9" maxZoom="11" language="en" fit>
2121
<google-map-marker latitude="37.779" longitude="-122.3892"
2222
title="Go Giants!" draggable="true">
23-
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/49/San_Francisco_Giants_Cap_Insignia.svg/200px-San_Francisco_Giants_Cap_Insignia.svg.png" />
23+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/San_Francisco_Giants_Cap_Insignia.svg/200px-San_Francisco_Giants_Cap_Insignia.svg.png" />
2424
</google-map-marker>
2525
</google-map>
2626

google-map-directions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
@element google-map-directions
2525
@status alpha
26-
@homepage http://googlewebcomponents.github.io/google-map/
26+
@homepage https://googlewebcomponents.github.io/google-map
2727
-->
2828

2929
<!--
@@ -102,7 +102,7 @@
102102
* see https://developers.google.com/maps/documentation/javascript/basics#Language
103103
*
104104
* Note: the Maps API defaults to the preffered language setting of the browser.
105-
* Use this parameter to override that behavior.
105+
* Use this parameter to override that behavior.
106106
*
107107
* @attribute language
108108
* @type string

google-map-search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
@element google-map-search
2525
@status alpha
26-
@homepage http://googlewebcomponents.github.io/google-map/
26+
@homepage https://googlewebcomponents.github.io/google-map
2727
-->
2828

2929
<!--

google-map.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
@element google-map-marker
3434
@status alpha
35-
@homepage http://googlewebcomponents.github.io/google-map
35+
@homepage https://googlewebcomponents.github.io/google-map
3636
-->
3737
<!--
3838
Fired when the marker icon was clicked. Requires the clickEvents attribute to be true.
@@ -423,7 +423,7 @@
423423
</polymer-element>
424424
425425
@element google-map
426-
@homepage http://googlewebcomponents.github.io/google-map
426+
@homepage https://googlewebcomponents.github.io/google-map
427427
@blurb Element wrapper around Google Maps API.
428428
-->
429429
<!--
@@ -684,7 +684,7 @@
684684
* see https://developers.google.com/maps/documentation/javascript/basics#Language
685685
*
686686
* Note: the Maps API defaults to the preffered language setting of the browser.
687-
* Use this parameter to override that behavior.
687+
* Use this parameter to override that behavior.
688688
*
689689
* @attribute language
690690
* @type string

metadata.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
</x-meta>
2121

2222
<x-meta id="google-map-search" label="Google Map Search">
23-
<template>
24-
<google-map-search></google-map-search>
25-
</template>
23+
<template>
24+
<google-map-search></google-map-search>
25+
</template>
2626
<property name="map" kind="string"></property>
27-
<property name="query" kind="string"></property>
27+
<property name="query" kind="string"></property>
2828
<template id="imports">
2929
<link rel="import" href="google-map-search.html">
3030
</template>

0 commit comments

Comments
 (0)