Skip to content

Commit

Permalink
Use https where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc committed Apr 6, 2015
1 parent 1ddef27 commit 7adf7f0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ google-chart

[Google Charts API](https://developers.google.com/chart/) web components.

See the [component page](http://googlewebcomponents.github.io/google-chart/components/google-chart/) for more information.
See the [component page](https://googlewebcomponents.github.io/google-chart/components/google-chart/) for more information.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "google-chart",
"version": "0.3.0",
"description": "Encapsulates Google Charts into a web component",
"homepage": "http://googlewebcomponents.github.io/google-chart",
"homepage": "https://googlewebcomponents.github.io/google-chart",
"main": "google-chart.html",
"authors": [
"Sérgio Gomes"
Expand Down
2 changes: 1 addition & 1 deletion google-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@element google-chart
@status alpha
@homepage http://googlewebcomponents.github.io/google-chart
@homepage https://googlewebcomponents.github.io/google-chart
-->
<polymer-element name="google-chart" attributes="type options cols rows data selection">

Expand Down
8 changes: 4 additions & 4 deletions test/basic-tests.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
This code may only be used under the BSD style license found at https://polymer.github.io/LICENSE.txt
The complete set of authors may be found at https://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at https://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
subject to an additional IP rights grant found at https://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html>
Expand Down
8 changes: 4 additions & 4 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
This code may only be used under the BSD style license found at https://polymer.github.io/LICENSE.txt
The complete set of authors may be found at https://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at https://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
subject to an additional IP rights grant found at https://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html>
Expand Down

0 comments on commit 7adf7f0

Please sign in to comment.