10000 More https · requirejs/requirejs.github.io@d4f97e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4f97e1

Browse files
committed
More https
1 parent faad2be commit d4f97e1

21 files changed

+68
-68
lines changed

docs/api.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>
@@ -1271,7 +1271,7 @@ <h3><a href="#webworker" name="webworker">Web Worker Support</a><span class="sec
12711271

12721272
<p>You will likely need to set the <strong>baseUrl</strong> <a href="#config">configuration option</a> to make sure require() can find the scripts to load.</p>
12731273

1274-
<p>You can see an example of its use by looking at one of the files used in <a href="http://github.com/requirejs/requirejs/blob/master/tests/workers.js">the unit test</a>.</p>
1274+
<p>You can see an example of its use by looking at one of the files used in <a href="https://github.com/requirejs/requirejs/blob/master/tests/workers.js">the unit test</a>.</p>
12751275

12761276
<h3><a href="#rhino" name="rhino">Rhino Support</a><span class="sectionMark">&sect; 4.5</span></h3>
12771277

docs/commonjs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>

docs/contributing.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>
@@ -190,12 +190,12 @@ <h1>Contributing to RequireJS</h1>
190190
<li class="hbox"><a href="#codestyle">Code style</a><span class="spacer boxFlex"></span><span class="sect">&sect; 2</span></li>
191191
</ul>
192192

193-
<span class="note">Note: <a href="http://github.com/requirejs/requirejs">The source for RequireJS is available on GitHub</a></span>
193+
<span class="note">Note: <a href="https://github.com/requirejs/requirejs">The source for RequireJS is available on GitHub</a></span>
194194

195195
<p>For something that is bigger than a one or two line fix:</p>
196196

197197
<ol style="color:#222;">
198-
<li><a href="http://help.github.com/forking/">Create your own fork of the code</a></li>
198+
<li><a href="https://help.github.com/forking/">Create your own fork of the code</a></li>
199199
<li>Do the changes in your fork</li>
200200
<li>If you like the change and think the project could use it:
201201
<ol style="color:#222;list-style-type:disc;">
@@ -206,7 +206,7 @@ <h1>Contributing to RequireJS</h1>
206206
</ol></li>
207207
</ol>
208208

209-
<p>For one or two line fixes, you can use the <a href="http://github.com/requirejs/requirejs/issues">RequireJS GitHub Issues page</a> to indicate the problem. You can also do the full fork/pull request as mentioned above, but a CLA is not needed for one or two line fixes.</p>
209+
<p>For one or two line fixes, you can use the <a href="https://github.com/requirejs/requirejs/issues">RequireJS GitHub Issues page</a> to indicate the problem. You can also do the full fork/pull request as mentioned above, but a CLA is not needed for one or two line fixes.</p>
210210
</div>
211211

212212
<div class="section">

docs/design/packages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<title>Packages</title>
55
<link rel="stylesheet" type="text/css" href="../../main.css">
6-
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/highlight/resources/highlight.css">
7-
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"></script>
6+
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/highlight/resources/highlight.css">
7+
<script src="https://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"></script>
88
<script type="text/javascript">
99
dojo.require("dojox.highlight");
1010
dojo.require("dojox.highlight.languages.javascript");

docs/design/packages.md

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

3-
Moved to [pkg project](http://github.com/requirejs/pkg/blob/master/docs/design/packages.md)
3+
Moved to [pkg project](https://github.com/requirejs/pkg/blob/master/docs/design/packages.md)

docs/dojo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>

docs/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>
@@ -325,7 +325,7 @@ <h3 id="2-3-0">2.3.0</h3>
325325

326326
<h3 id="2-2-0">2.2.0</h3>
327327

328-
<p><a href="http://jrburke.com/2016/03/17/requirejs-2.2-alameda-1.0-released/">More details on the higher level motivations for the 2.2 release.</a></p>
328+
<p><a href="https://jrburke.com/2016/03/17/requirejs-2.2-alameda-1.0-released/">More details on the higher level motivations for the 2.2 release.</a></p>
329329

330330
<p>Full list of changes:</p>
331331

docs/errors.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>

docs/faq-advanced.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>

docs/faq-optimization.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,20 @@ <h1>a javascript module loader</h1>
150150
<span class="icon help"></span>
151151
</li>
152152
<li class="hbox">
153-
<a href="http://jrburke.com/">Blog</a>
153+
<a href="https://jrburke.com/">Blog</a>
154154
<span class="spacer boxFlex"></span>
155155
<span class="icon blog"></span>
156156
</li>
157157
<li class="hbox">
158-
<a href="http://twitter.com/jrburke">Twitter</a>
158+
<a href="https://twitter.com/jrburke">Twitter</a>
159159
<span class="spacer boxFlex"></span>
160160
<span class="icon twitter"></span>
161161
</li>
162162
</ul>
163163

164164
<ul>
165165
<li class="hbox">
166-
<a href="http://github.com/requirejs/requirejs">GitHub</a>
166+
<a href="https://github.com/requirejs/requirejs">GitHub</a>
167167
<span class="spacer boxFlex"></span>
168168
<span class="icon git"></span>
169169
</li>

0 commit comments

Comments
 (0)
0