Skip to content

Commit 0f03acb

Browse files
committed
more https
1 parent 6c5da70 commit 0f03acb

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

dist/pre.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/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ <h3><a href="#webworker" name="webworker">Web Worker Support</a><span class="sec
10911091

10921092
<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>
10931093

1094-
<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>
1094+
<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>
10951095

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

docs/contributing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ <h1>Contributing to RequireJS</h1>
66
<li class="hbox"><a href="#codestyle">Code style</a><span class="spacer boxFlex"></span><span class="sect">&sect; 2</span></li>
77
</ul>
88

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

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

1313
<ol style="color:#222;">
14-
<li><a href="http://help.github.com/forking/">Create your own fork of the code</a></li>
14+
<li><a href="https://help.github.com/forking/">Create your own fork of the code</a></li>
1515
<li>Do the changes in your fork</li>
1616
<li>If you like the change and think the project could use it:
1717
<ol style="color:#222;list-style-type:disc;">
@@ -22,7 +22,7 @@ <h1>Contributing to RequireJS</h1>
2222
</ol></li>
2323
</ol>
2424

25-
<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>
25+
<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>
2626
</div>
2727

2828
<div class="section">

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/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 id="2-3-0">2.3.0</h3>
141141

142142
<h3 id="2-2-0">2.2.0</h3>
143143

144-
<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>
144+
<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>
145145

146146
<p>Full list of changes:</p>
147147

docs/jquery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>
9696

9797
<p>This example shows how to use the <a href="api.html#config-shim">shim config</a> to specify dependencies for jQuery plugins that do not call <a href="api.html#define">define()</a>. This example is useful if you have an existing jQuery project you want to convert and do not want to modify the sources of the jQuery plugins to call define().</p>
9898

99-
<h4><a class="download" href="http://github.com/requirejs/example-jquery-shim">Example using jQuery with shim config</a></h4>
99+
<h4><a class="download" href="https://github.com/requirejs/example-jquery-shim">Example using jQuery with shim config</a></h4>
100100

101101
</div>
102102

@@ -108,7 +108,7 @@ <h2>
108108

109109
<p>This example shows how to load and optimize your code while loading jQuery from a <a href="http://en.wikipedia.org/wiki/Content_delivery_network">Content Delivery Network</a> (CDN). This example requires all your jQuery plugins to call <a href="api.html#define">define()</a> to properly express their dependencies. <a href="api.html#config-shim">Shim config</a> does not work after optimization builds with CDN resources.</p>
110110

111-
<h4><a class="download" href="http://github.com/requirejs/example-jquery-cdn">Example using jQuery from a CDN</a></h4>
111+
<h4><a class="download" href="https://github.com/requirejs/example-jquery-cdn">Example using jQuery from a CDN</a></h4>
112112

113113
</div>
114114

docs/plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>
181181
<p>Some plugins may do an async operation in the browser, but opt to complete
182182
the resource load synchronously when run in Node/Nashorn. This is what the text
183183
plugin does. If you just want to run AMD modules and load plugin
184-
dependencies using <a href="http://github.com/jrburke/amdefine">amdefine</a> in Node, those also need to complete
184+
dependencies using <a href="https://github.com/jrburke/amdefine">amdefine</a> in Node, those also need to complete
185185
synchronously to match Node's synchronous module system.</p>
186186

187187
<h3>

0 commit comments

Comments
 (0)