Skip to content

Commit ac17b18

Browse files
Arknistaabm
authored andcommitted
Entries: Use https
1 parent 835394e commit ac17b18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

entries/remote-method.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<signature>
1111
<argument name="options" type="Object">
1212
<desc>
13-
For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see <a href="http://api.jquery.com/jQuery.ajax">jQuery.ajax</a> for details.
13+
For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see <a href="https://api.jquery.com/jQuery.ajax">jQuery.ajax</a> for details.
1414
<p>These options deep-extend the defaults (<code>dataType:"json", data:{nameOfTheElement:valueOfTheElement}</code>). Any options you provide will override the defaults.</p>
1515
</desc>
1616
</argument>

entries/unchecked-selector.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</signature>
77
<desc>Selects all elements that are unchecked.</desc>
88
<longdesc>
9-
Inversion of <a href="http://api.jquery.com/checked">:checked</a>.
9+
Inversion of <a href="https://api.jquery.com/checked">:checked</a>.
1010
</longdesc>
1111
<example>
1212
<desc>Finds all input elements that are unchecked.</desc>
@@ -35,4 +35,4 @@ div { color:red; }
3535
]]></html>
3636
</example>
3737
<category slug="selectors"/>
38-
</entry>
38+
</entry>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"licenses": [
1818
{
1919
"type": "MIT",
20-
"url": "http://www.opensource.org/licenses/MIT"
20+
"url": "https://opensource.org/licenses/MIT"
2121
}
2222
],
2323
"dependencies": {

pages/contribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ There are several ways for you to contribute to this plugin:
88
* Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references...
99
* Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements.
1010

11-
The majority of contributions can be viewed under [jQuery's contribute site](http://contribute.jquery.org/) - the style guides et al apply to this project as well.
11+
The majority of contributions can be viewed under [jQuery's contribute site](https://contribute.jquery.org/) - the style guides et al apply to this project as well.

0 commit comments

Comments
 (0)