Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ three.js

The aim of the project is to create an easy to use, lightweight, 3D library with a default WebGL renderer. The library also provides Canvas 2D, SVG and CSS3D renderers in the examples.

[Examples](http://threejs.org/examples/) —
[Documentation](http://threejs.org/docs/) —
[Examples](https://threejs.org/examples/) —
[Documentation](https://threejs.org/docs/) —
[Wiki](https://github.com/mrdoob/three.js/wiki) —
[Migrating](https://github.com/mrdoob/three.js/wiki/Migration-Guide) —
[Questions](http://stackoverflow.com/questions/tagged/three.js) —
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="panel">

<div id="header">
<h1><a href="http://threejs.org">three.js</a></h1>
<h1><a href="https://threejs.org">three.js</a></h1>

<div id="sections">
<span class="selected">docs</span>
Expand Down
2 changes: 1 addition & 1 deletion editor/js/Menubar.Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function MenubarHelp( editor ) {
option.setTextContent( strings.getKey( 'menubar/help/about' ) );
option.onClick( function () {

window.open( 'http://threejs.org', '_blank' );
window.open( 'https://threejs.org', '_blank' );

} );
options.add( option );
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl_loader_texture_lottie.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - lottie<br/></br>
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - lottie<br/></br>
<input id="scrubber" type="range" value="0" style="width: 300px">
</div>

Expand Down