Skip to content

Commit f6ec7b1

Browse files
committedApr 6, 2020
http -> https
getElementById to querySelector
1 parent 592c4fe commit f6ec7b1

File tree

321 files changed

+1140
-1139
lines changed

Some content is hidden

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

321 files changed

+1140
-1139
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
node_modules
44
out
55
package-lock.json
6+
webglfundamentals.check.json
67

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
WebGL Fundamentals
22
===================
33

4-
This is [a series of lessons or tutorials about WebGL](http://webglfundamentals.org/).
4+
This is [a series of lessons or tutorials about WebGL](https://webglfundamentals.org/).
55

66
Unlike most WebGL lessons these are not based off of OpenGL.
77
OpenGL is 20 years old. The lessons of OpenGL don't match well with WebGL.
@@ -60,10 +60,10 @@ Current fields are
6060
description: 'Learn WebGL from the ground up. No magic',
6161

6262
// Link to the language root.
63-
link: 'http://webglfundamentals.org/webgl/lessons/ja', // replace `ja` with country code
63+
link: 'https://webglfundamentals.org/webgl/lessons/ja', // replace `ja` with country code
6464

6565
// html that appears after the article and before the comments
66-
commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/webgl">Ask on stackoverflow</a>.</div>\n <div>Issue/Bug? <a href="http://github.com/gfxfundamentals/webgl-fundamentals/issues">Create an issue on github</a>.</div>',
66+
commentSectionHeader: '<div>Questions? <a href="https://stackoverflow.com/questions/tagged/webgl">Ask on stackoverflow</a>.</div>\n <div>Issue/Bug? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Create an issue on github</a>.</div>',
6767

6868
// markdown that appears for untranslated articles
6969
missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
@@ -159,7 +159,7 @@ Which means you can localize the labels like this
159159

160160
For testing reference the sample directly in your browser. For example
161161

162-
[`http://localhost:8080/webgl/lessons/resources/directional-lighting.html?lightDir=光線方向&surface1=オブジェクト&surface2=表面方向&dot=dot(光線反対方向,表面方向)%20%3D%20&ui-rotation=角度`](http://webglfundamentals.org/webgl/lessons/resources/directional-lighting.html?lightDir=光線方向&surface1=オブジェクト&surface2=表面方向&dot=dot(光線反対方向,表面方向)%20%3D%20&ui-rotation=角度)
162+
[`http://localhost:8080/webgl/lessons/resources/directional-lighting.html?lightDir=光線方向&surface1=オブジェクト&surface2=表面方向&dot=dot(光線反対方向,表面方向)%20%3D%20&ui-rotation=角度`](https://webglfundamentals.org/webgl/lessons/resources/directional-lighting.html?lightDir=光線方向&surface1=オブジェクト&surface2=表面方向&dot=dot(光線反対方向,表面方向)%20%3D%20&ui-rotation=角度)
163163

164164
### To build
165165

0 commit comments

Comments
 (0)
Failed to load comments.