Skip to content

Commit fd4a328

Browse files
author
SimonSteinberger
committed
Updated URLs
1 parent 297a383 commit fd4a328

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/Pixabay/JavaScript-autoComplete",
66
"authors": [{
77
"name": "Simon Steinberger",
8-
"url": "http://pixabay.com/users/Simon/",
8+
"url": "https://pixabay.com/users/Simon/",
99
"email": "[email protected]"
1010
}],
1111
"keywords": [

demo.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html><html lang="en" prefix="og: http://ogp.me/ns#">
1+
<!DOCTYPE html><html lang="en">
22
<head>
33
<meta charset="utf-8">
44
<title>Vanilla JavaScript autoComplete</title>
55
<meta name="description" content="A lightweight autocomplete plugin with no dependencies, written in plain JavaScript.">
6-
<link rel="shortcut icon" href="http://pixabay.com/favicon.ico">
6+
<link rel="shortcut icon" href="https://pixabay.com/favicon.ico">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300">
9-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
8+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300">
9+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
1010
<style>
1111
body { margin: 0; padding: 0; border: 0; min-width: 320px; color: #777; }
1212
html, button, input, select, textarea, .pure-g [class *= "pure-u"] { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.02em; }
@@ -76,8 +76,8 @@ <h3>Overview and Features</h3>
7676
<li>Callbacks</li>
7777
</ul>
7878
<p>
79-
This plugin was developed by <a href="http://pixabay.com/">Pixabay.com</a> - an international repository for free Public Domain images.
80-
We have implemented this piece of software in production on <a href="http://plainjs.com/">plainJS</a> and we share it - in the spirit of Pixabay - freely with others.
79+
This plugin was developed by <a href="https://pixabay.com/">Pixabay.com</a> - an international repository for free Public Domain images.
80+
We have implemented this piece of software in production on <a href="https://plainjs.com/">plainJS</a> and we share it - in the spirit of Pixabay - freely with others.
8181
</p>
8282

8383
<h3>Usage</h3>
@@ -249,15 +249,15 @@ <h4>Advanced suggestions handling and custom layout</h4>
249249
</div>
250250

251251
<p>Please report any bugs and issues at the <a href="https://github.com/Pixabay/JavaScript-autoComplete">GitHub repositiory</a>.</p>
252-
<p>This software is released as Open Source under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> by <a href="http://pixabay.com/users/Simon/">Simon Steinberger / Pixabay.com</a>.</p>
252+
<p>This software is released as Open Source under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> by <a href="https://pixabay.com/users/Simon/">Simon Steinberger / Pixabay.com</a>.</p>
253253
</div>
254254

255255
<div style="background:#fafafa;border-top:1px solid #eee;padding:15px;font-size:.9em">
256256
<div style="max-width:900px;margin:auto;padding:0 10px">
257-
<a style="float:right;margin-left:20px" href="http://pixabay.com/en/service/about/">About Us</a>
258-
<a style="float:right;margin-left:20px" href="http://pixabay.com/en/blog/">Blog</a>
259-
<a style="float:right;margin-left:20px" href="http://goodies.pixabay.com/">More Goodies</a>
260-
© <a href="http://pixabay.com/">Pixabay.com</a> / Simon Steinberger / Hans Braxmeier
257+
<a style="float:right;margin-left:20px" href="https://pixabay.com/en/service/about/">About Us</a>
258+
<a style="float:right;margin-left:20px" href="https://pixabay.com/en/blog/">Blog</a>
259+
<a style="float:right;margin-left:20px" href="https://goodies.pixabay.com/">More Goodies</a>
260+
© <a href="https://pixabay.com/">Pixabay.com</a> / Simon Steinberger / Hans Braxmeier
261261
</div>
262262
</div>
263263

@@ -308,6 +308,6 @@ <h4>Advanced suggestions handling and custom layout</h4>
308308
';
309309
}
310310
</script>
311-
<script src="http://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" async defer></script>
311+
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" async defer></script>
312312
</body>
313313
</html>

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ An extremely lightweight and powerful vanilla JavaScript completion suggester.
66
Tested in Firefox, Safari, Chrome, Opera, Internet Explorer 8+. No dependencies, written in plain JavaScript.
77
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php
88

9-
This plugin was developed by [Pixabay.com](http://pixabay.com/) - an international repository for sharing free public domain images.
10-
We have implemented this piece of software in production on [plainJS](http://plainjs.com/) and we share it - in the spirit of Pixabay - freely with others.
9+
This plugin was developed by [Pixabay.com](https://pixabay.com/) - an international repository for sharing free public domain images.
10+
We have implemented this piece of software in production on [plainJS](https://plainjs.com/) and we share it - in the spirit of Pixabay - freely with others.
1111

1212
## Demo and Documentation
1313

14-
http://goodies.pixabay.com/javascript/auto-complete/demo.html
14+
https://goodies.pixabay.com/javascript/auto-complete/demo.html
1515

1616
## Features
1717

0 commit comments

Comments
 (0)