Skip to content

Commit dcc1ef1

Browse files
committed
more https scheme changes
1 parent 207ec26 commit dcc1ef1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
To contribute to Infinite AJAX Scroll please follow these instructions:
3+
To contribute to Infinite Ajax Scroll please follow these instructions:
44

55
* Fork the project and create a new feature branch
66
* Install the development tools

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
88
' <%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
99
' *\n' +
1010
' * Commercial use requires one-time purchase of a commercial license\n' +
11-
' * http://infiniteajaxscroll.com/docs/license.html\n' +
11+
' * https://infiniteajaxscroll.com/docs/license.html\n' +
1212
' *\n' +
1313
' * Non-commercial use is licensed under the MIT License\n' +
1414
' *\n' +

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ For complete documentation about options and extensions visit https://infiniteaj
7575

7676
## Licensing
7777

78-
Infinite AJAX Scroll may be used in commercial projects and applications with the one-time purchase of a commercial license.
78+
Infinite Ajax Scroll may be used in commercial projects and applications with the one-time purchase of a commercial license.
7979

8080
https://infiniteajaxscroll.com/docs/license.html
8181

82-
For non-commercial, personal, or open source projects and applications, you may use Infinite AJAX Scroll under the terms of the MIT License. You may use Infinite AJAX Scroll for free.
82+
For non-commercial, personal, or open source projects and applications, you may use Infinite Ajax Scroll under the terms of the MIT License. You may use Infinite AJAX Scroll for free.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-ias",
33
"version": "2.3.0",
4-
"homepage": "http://infiniteajaxscroll.com",
4+
"homepage": "https://infiniteajaxscroll.com",
55
"main": "src/jquery-ias.js",
66
"ignore": [
77
"**/.*",

ias.jquery.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"title": "Infinite Ajax Scroll",
44
"description": "jQuery plugin that progressively enhances your server-side pagination",
55
"version": "2.3.0",
6-
"homepage": "http://infiniteajaxscroll.com",
7-
"download": "http://infiniteajaxscroll.com/download.html",
8-
"docs": "http://infiniteajaxscroll.com/docs/getting-started.html",
9-
"demo": "http://infiniteajaxscroll.com/examples/basic/page1.html",
6+
"homepage": "https://infiniteajaxscroll.com",
7+
"download": "https://infiniteajaxscroll.com/download.html",
8+
"docs": "https://infiniteajaxscroll.com/docs/getting-started.html",
9+
"demo": "https://infiniteajaxscroll.com/examples/basic/page1.html",
1010
"main": "src/jquery-ias.js",
1111
"author": {
1212
"name": "Jeroen Fiege",
@@ -25,7 +25,7 @@
2525
"licenses": [
2626
{
2727
"type": "Dual-license",
28-
"url": "http://infiniteajaxscroll.com/docs/license.html"
28+
"url": "https://infiniteajaxscroll.com/docs/license.html"
2929
}
3030
],
3131
"dependencies": {

0 commit comments

Comments
 (0)