Skip to content

Commit cae28f5

Browse files
committed
change http to https where applicable
1 parent c0fee28 commit cae28f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+730
-730
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<script>{
2-
"title": "Contributing",
3-
"customFields": [
4-
{
5-
"key": "is_chapter",
6-
"value": 0
7-
}
8-
]
2+
"title": "Contributing",
3+
"customFields": [
4+
{
5+
"key": "is_chapter",
6+
"value": 0
7+
}
8+
]
99
}</script>
1010

1111
Depending on your level of experience with some of the workflows common to many open source projects, e.g. git/GitHub, the command line, and setting up a local development environment, contributing to this site may be a breeze or come with a bit of a learning curve. If you fit into the former group, great! Jump ahead to learn how to get started.
@@ -24,11 +24,11 @@ Of course, we'll also give you credit for your work! The **Contributors** sectio
2424

2525
### Content
2626

27-
The content in this site is maintained in [this GitHub repository](https://github.com/jquery/learn.jquery.com) as a collection of [Markdown](http://daringfireball.net/projects/markdown/) files in the `page` directory. The order in which chapters and articles are presented is controlled by the [order.json](https://github.com/jquery/learn.jquery.com/blob/master/order.json) file.
27+
The content in this site is maintained in [this GitHub repository](https://github.com/jquery/learn.jquery.com) as a collection of [Markdown](https://daringfireball.net/projects/markdown/) files in the `page` directory. The order in which chapters and articles are presented is controlled by the [order.json](https://github.com/jquery/learn.jquery.com/blob/master/order.json) file.
2828

2929
### Design
3030

31-
The site's layout and design is controlled by our [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content), a custom [WordPress](http://wordpress.org) configuration that runs (or will run in the near future) all of the sites run by the jQuery Foundation. The [master theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/jquery) controls most of the layout for all of our sites, and there is a [child theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com) that controls the templates and styles specific to the learn site.
31+
The site's layout and design is controlled by our [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content), a custom [WordPress](https://wordpress.org) configuration that runs (or will run in the near future) all of the sites run by the jQuery Foundation. The [master theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/jquery) controls most of the layout for all of our sites, and there is a [child theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com) that controls the templates and styles specific to the learn site.
3232

3333
[`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) powers our sites in production and staging environments, and can be set up for local development relatively easily.
3434

@@ -37,7 +37,7 @@ The site's layout and design is controlled by our [`jquery-wp-content`](https://
3737
The static content in the `page` directory is deployed to a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance using [grunt](http://gruntjs.com), specifically with two grunt plugins we've created:
3838

3939
* [grunt-jquery-content](https://github.com/jquery/grunt-jquery-content) – pre-processes content in a variety of formats (HTML, Markdown, XML) into HTML, applying syntax highlighting and some simple partial support, preparing it for processing by:
40-
* [grunt-wordpress](https://github.com/scottgonzalez/grunt-wordpress) – syncs static content to WordPress using [XML-RPC](http://codex.wordpress.org/XML-RPC_Support)
40+
* [grunt-wordpress](https://github.com/scottgonzalez/grunt-wordpress) – syncs static content to WordPress using [XML-RPC](https://codex.wordpress.org/XML-RPC_Support)
4141

4242
## How Can I Help?
4343

@@ -49,7 +49,7 @@ If you'd like to go a step further and contribute new articles, make edits to ex
4949

5050
## Local Development
5151

52-
In order to preview your changes locally, work on design/layout issues, or work on other jQuery sites' content, and generally contribute most effectively, we recommend that you set up a local development environment. You can learn how to get set up from our [documentation on contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/#local-development).
52+
In order to preview your changes locally, work on design/layout issues, or work on other jQuery sites' content, and generally contribute most effectively, we recommend that you set up a local development environment. You can learn how to get set up from our [documentation on contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/#local-development).
5353

5454
* **Windows note:** Line endings need to be Unix-style (line-feed only). Make sure your text editor creates new files with Unix-style line endings. In addition, the following setting to your git config will keep the Unix-style line endings when pulling from the repository:
5555

@@ -70,7 +70,7 @@ Once you've gotten your environment working, here are the general steps you shou
7070
7. Push the files to your GitHub remote: `git push origin <feature/issue name/number>`
7171
8. Go to your fork on GitHub and submit a new [pull request](https://help.github.com/articles/using-pull-requests).
7272

73-
For more advice on managing your fork and submitting pull requests to the jQuery Foundation, read our [Commits and Pull Requests](http://contribute.jquery.org/commits-and-pull-requests/) guide.
73+
For more advice on managing your fork and submitting pull requests to the jQuery Foundation, read our [Commits and Pull Requests](https://contribute.jquery.org/commits-and-pull-requests/) guide.
7474

7575
### Adding a New Article
7676

@@ -81,14 +81,14 @@ For more advice on managing your fork and submitting pull requests to the jQuery
8181

8282
### Formatting Articles
8383

84-
Yes! Take a look at our [style guide](http://learn.jquery.com/style-guide/) for more information on authoring and formatting conventions.
84+
Yes! Take a look at our [style guide](https://learn.jquery.com/style-guide/) for more information on authoring and formatting conventions.
8585

8686
<h2 id="getting-help">Getting Help</h2>
8787

8888
If you're struggling to get any part of the site working properly, or have any questions, we're here to help.
8989

90-
The best place to get help is on [IRC](http://en.wikipedia.org/wiki/Internet_Relay_Chat), in the `#jquery-content` channel on [Freenode](http://freenode.net). If you're unfamiliar with IRC, you can use the [webchat gateway](http://webchat.freenode.net/).
90+
The best place to get help is on [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat), in the `#jquery-content` channel on [Freenode](https://freenode.net). If you're unfamiliar with IRC, you can use the [webchat gateway](https://webchat.freenode.net/).
9191

92-
In addition, the jQuery Content Team holds a [public, biweekly meeting](http://jquery.org/meeting) on Wednesday, at 1PM Eastern time in the `#jquery-meeting` channel on Freenode.
92+
In addition, the jQuery Content Team holds a [public, biweekly meeting](https://jquery.org/meeting) on Wednesday, at 1PM Eastern time in the `#jquery-meeting` channel on Freenode.
9393

9494
If IRC is not your thing, but you still want or need to get in touch, please use the site's [GitHub repo](https://github.com/jquery/learn.jquery.com) or send us an e-mail to `content at jquery dot org`.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Copyright and related rights for sample code are waived via CC0. Sample
3434
code is defined as all source code displayed within the prose of the
3535
documentation.
3636

37-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
37+
CC0: https://creativecommons.org/publicdomain/zero/1.0/
3838

3939
====
4040

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Each of the articles on the site has some JSON "Front Matter" that contains meta
3737

3838
## Building and Deploying
3939

40-
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
40+
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).
4141

4242

4343
## How Can I Help?
4444

45-
We encourage contribution from anyone. For more comprehensive documentation on how to get involved, please read our [contributing guide](http://learn.jquery.com/contributing).
45+
We encourage contribution from anyone. For more comprehensive documentation on how to get involved, please read our [contributing guide](https://learn.jquery.com/contributing).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Learning Site",
44
"description": "jQuery Foundation site for learning jQuery and JavaScript",
55
"version": "0.6.19",
6-
"homepage": "http://learn.jquery.com",
6+
"homepage": "https://learn.jquery.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors"
99
},
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
<script>{
2-
"title": "Additional jQuery Support"
2+
"title": "Additional jQuery Support"
33
}</script>
44

55
While we hope to cover most jQuery-related topics on this site, you may need additional or more immediate support. The following resources can prove useful.
66

77
### Official Forums
88

9-
http://forum.jquery.com/
9+
https://forum.jquery.com/
1010

1111
There are many subforums where you can discuss jQuery, ask questions, talk about JavaScript, or announce your plugins.
1212

13-
* [Getting Started](http://forum.jquery.com/getting-started)
14-
* This is the best place to post if you are brand new to jQuery and JavaScript.
15-
* [Using jQuery](http://forum.jquery.com/using-jquery)
16-
* This is the best place to post if you have general questions or concerns.
17-
* If you've built a site that uses jQuery, or would like to announce a new plugin, this is the place to do it.
18-
* [Using jQuery Plugins](http://forum.jquery.com/using-jquery-plugins)
19-
* If you are a plugin author or user and you wish to discuss specific plugins, plugin bugs, new features, or new plugins.
20-
* [Using jQuery UI](http://forum.jquery.com/using-jquery-ui)
21-
* This is the place to discuss use of [jQuery UI](http://jqueryui.com/) Interactions, Widgets, and Effects
22-
* [jQuery Mobile](http://forum.jquery.com/jquery-mobile)
23-
* This is the place to discuss jQuery Mobile.
24-
* [Developing jQuery Core](http://forum.jquery.com/developing-jquery-core)
25-
* This forum centers around development of the jQuery library itself.
26-
* Post here if you have questions about certain bugs, development with jQuery, features, or anything in the bug tracker or Git.
27-
* [Developing jQuery Plugins](http://forum.jquery.com/developing-jquery-plugins)
28-
* This forum covers development of jQuery plugins.
29-
* [Developing jQuery UI](http://forum.jquery.com/developing-jquery-ui)
30-
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself – including bugs, new plugins, and how you can help.
31-
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
32-
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
33-
* [Developing jQuery Mobile](http://forum.jquery.com/developing-jquery-mobile)
34-
* This forum covers issues related to the development of jQuery Mobile.
35-
* [QUnit and Testing](http://forum.jquery.com/qunit-and-testing)
36-
* This is the place to discuss JavaScript testing in general and QUnit in particular
13+
* [Getting Started](https://forum.jquery.com/getting-started)
14+
* This is the best place to post if you are brand new to jQuery and JavaScript.
15+
* [Using jQuery](https://forum.jquery.com/using-jquery)
16+
* This is the best place to post if you have general questions or concerns.
17+
* If you've built a site that uses jQuery, or would like to announce a new plugin, this is the place to do it.
18+
* [Using jQuery Plugins](https://forum.jquery.com/using-jquery-plugins)
19+
* If you are a plugin author or user and you wish to discuss specific plugins, plugin bugs, new features, or new plugins.
20+
* [Using jQuery UI](https://forum.jquery.com/using-jquery-ui)
21+
* This is the place to discuss use of [jQuery UI](https://jqueryui.com/) Interactions, Widgets, and Effects
22+
* [jQuery Mobile](https://forum.jquery.com/jquery-mobile)
23+
* This is the place to discuss jQuery Mobile.
24+
* [Developing jQuery Core](https://forum.jquery.com/developing-jquery-core)
25+
* This forum centers around development of the jQuery library itself.
26+
* Post here if you have questions about certain bugs, development with jQuery, features, or anything in the bug tracker or Git.
27+
* [Developing jQuery Plugins](https://forum.jquery.com/developing-jquery-plugins)
28+
* This forum covers development of jQuery plugins.
29+
* [Developing jQuery UI](https://forum.jquery.com/developing-jquery-ui)
30+
* This is the place to discuss development of [jQuery UI](https://jqueryui.com/) itself – including bugs, new plugins, and how you can help.
31+
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
32+
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
33+
* [Developing jQuery Mobile](https://forum.jquery.com/developing-jquery-mobile)
34+
* This forum covers issues related to the development of jQuery Mobile.
35+
* [QUnit and Testing](https://forum.jquery.com/qunit-and-testing)
36+
* This is the place to discuss JavaScript testing in general and QUnit in particular
3737

3838
At the bottom of each of the forums is an RSS feed you can subscribe to.
3939

@@ -44,7 +44,7 @@ To ensure that you'll get a useful answer in no time, please consider the follow
4444
* Use Firebug/Developer Tools to inspect the HTML classes, CSS, etc.
4545
* Try expected resulting HTML and CSS without JavaScript/jQuery and see if the problem could be isolated to those two.
4646
* Reduce to a minimal test case (keep removing things until the problem goes away, etc.)
47-
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](http://jsbin.com/).
47+
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](https://jsbin.com/).
4848

4949
In general, keep your question short and focused and provide only essential details – others can be added when required.
5050

@@ -55,17 +55,17 @@ The mailing lists existed before the forums were created, and were closed in ear
5555
There are two different ways of browsing the mailing list archives.
5656

5757
1. The official mailing list archives can be found here:
58-
* [jQuery General Discussion Archives](http://groups.google.com/group/jquery-en)
59-
* [jQuery Dev List Archives](http://groups.google.com/group/jquery-dev)
60-
* [jQuery UI General Discussion Archives](http://groups.google.com/group/jquery-ui)
61-
* [jQuery UI Dev List Archives](http://groups.google.com/group/jquery-ui-dev)
62-
* [jQuery Plugins List Archives](http://groups.google.com/group/jquery-plugins)
58+
* [jQuery General Discussion Archives](https://groups.google.com/group/jquery-en)
59+
* [jQuery Dev List Archives](https://groups.google.com/group/jquery-dev)
60+
* [jQuery UI General Discussion Archives](https://groups.google.com/group/jquery-ui)
61+
* [jQuery UI Dev List Archives](https://groups.google.com/group/jquery-ui-dev)
62+
* [jQuery Plugins List Archives](https://groups.google.com/group/jquery-plugins)
6363

6464
2. Also, an interactive, browsable version of the General Discussion mailing list can be found on [Nabble](http://jquery.10927.n7.nabble.com/jQuery-General-Discussion-f3.html) (a forum-like mailing list mirror).
6565

6666
### Chat / IRC Channel
6767

68-
jQuery also has a very active IRC channel, `#jquery`, hosted by [freenode](http://freenode.net/).
68+
jQuery also has a very active IRC channel, `#jquery`, hosted by [freenode](https://freenode.net/).
6969

7070
The IRC Channel is best if you need quick help with any of the following:
7171

@@ -82,12 +82,12 @@ If your problem is more in-depth, we may ask you to post to the mailing list, or
8282

8383
**Room:** `#jquery`
8484

85-
You can also connect at http://webchat.freenode.net/?channels=#jquery.
85+
You can also connect at https://webchat.freenode.net/?channels=#jquery.
8686

87-
If you wish to post code snippets to the channel, you should use a paste site, like [jsfiddle.net](http://jsfiddle.net/) or [jsbin.com](http://jsbin.com/).
87+
If you wish to post code snippets to the channel, you should use a paste site, like [jsfiddle.net](https://jsfiddle.net/) or [jsbin.com](https://jsbin.com/).
8888

89-
Additional info regarding jQuery's use of IRC can be found on [irc.jquery.org](http://irc.jquery.org).
89+
Additional info regarding jQuery's use of IRC can be found on [irc.jquery.org](https://irc.jquery.org).
9090

9191
### StackOverflow
9292

93-
There is an active and well-informed support community at [StackOverflow](http://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.
93+
There is an active and well-informed support community at [StackOverflow](https://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.

0 commit comments

Comments
 (0)