8000 All: Change HTTP URLs to HTTPS · jquery/jquery-color@cad8c81 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit cad8c81

Browse files
committed
All: Change HTTP URLs to HTTPS
1 parent a7935ab commit cad8c81

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome! Thanks for your interest in contributing to the jQuery Color plugin. You're **almost** in the right place. More information on how to contribute to this and all other jQuery-related projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
1+
Welcome! Thanks for your interest in contributing to the jQuery Color plugin. You're **almost** in the right place. More information on how to contribute to this and all other jQuery-related projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code).
22

3-
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
3+
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
44

5-
You can find us on [IRC](http://irc.jquery.org), specifically in #jquery-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
5+
You can find us on [IRC](https://irc.jquery.org), specifically in #jquery-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).

Gruntfile.js

Lines changed: 3 additions & 3 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ const combined = "dist/jquery.color.plus-names.js";
1515
const minify = {
1616
main: {
1717
options: {
18-
banner: "/*! jQuery Color v<%= pkg.version %> http://github.com/jquery/jquery-color | jquery.org/license */\n"
18+
banner: "/*! jQuery Color v<%= pkg.version %> https://github.com/jquery/jquery-color | jquery.org/license */\n"
1919
},
2020
files: {}
2121
},
2222
svg: {
2323
options: {
24-
banner: "/*! jQuery Color v<%= pkg.version %> SVG Color Names http://github.com/jquery/jquery-color | jquery.org/license */\n"
24+
banner: "/*! jQuery Color v<%= pkg.version %> SVG Color Names https://github.com/jquery/jquery-color | jquery.org/license */\n"
2525
},
2626
files: {}
2727
},
2828
combined: {
2929
options: {
30-
banner: "/*! jQuery Color v<%= pkg.version %> with SVG Color Names http://github.com/jquery/jquery-color | jquery.org/license */\n"
30+
banner: "/*! jQuery Color v<%= pkg.version %> with SVG Color Names https://github.com/jquery/jquery-color | jquery.org/license */\n"
3131
},
3232
files: {}
3333
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can also run the tests in a browser by navigating to the `test/` directory.
5757

5858
## Animated colors
5959

60-
This plugins installs a [`cssHook`](http://api.jquery.com/jQuery.cssHooks/) which allows jQuery's [`.animate()`](http://api.jquery.com/animate) to animate between two colors.
60+
This plugin installs a [`cssHook`](https://api.jquery.com/jQuery.cssHooks/) which allows jQuery's [`.animate()`](https://api.jquery.com/animate) to animate between two colors.
6161

6262
## Supported properties
6363
`backgroundColor`, `borderBottomColor`, `borderLeftColor`, `borderRightColor`, `borderTopColor`, `color`, `columnRuleColor`, `outlineColor`, `textDecorationColor`, `textEmphasisColor`
@@ -75,7 +75,7 @@ div {
7575
border: 1px solid green;
7676
}
7777
</style>
78-
<script src="http://code.jquery.com/jquery-3.7.1.min.js"></script>
78+
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
7979
<script src="jquery.color.min.js"></script>
8080
</head>
8181
<body>

jquery.color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license.
7-
* http://jquery.org/license
7+
* https://jquery.org/license
88
*
99
* Date: @DATE
1010
*/

jquery.color.svg-names.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright OpenJS Foundation and other contributors
99
* Released under the MIT license.
10-
* http://jquery.org/license
10+
* https://jquery.org/license
1111
*
1212
* Date: @DATE
1313
*/

0 commit comments

Comments
 (0)
0