|
1 | 1 | WebGL Fundamentals
|
2 | 2 | ===================
|
3 | 3 |
|
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/). |
5 | 5 |
|
6 | 6 | Unlike most WebGL lessons these are not based off of OpenGL.
|
7 | 7 | OpenGL is 20 years old. The lessons of OpenGL don't match well with WebGL.
|
@@ -60,10 +60,10 @@ Current fields are
|
60 | 60 | description: 'Learn WebGL from the ground up. No magic',
|
61 | 61 |
|
62 | 62 | // 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 |
64 | 64 |
|
65 | 65 | // 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>', |
67 | 67 |
|
68 | 68 | // markdown that appears for untranslated articles
|
69 | 69 | 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
|
159 | 159 |
|
160 | 160 | For testing reference the sample directly in your browser. For example
|
161 | 161 |
|
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=角度) |
163 | 163 |
|
164 | 164 | ### To build
|
165 | 165 |
|
|
0 commit comments