Skip to content

Commit dc76ea7

Browse files
authored
Global: Fix more broken links. (#23033)
* Update fundamentals.html * Update fundamentals.html * Update materials.html
1 parent 9a74771 commit dc76ea7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

manual/fr/fundamentals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>principes de base</h1>
3535
<p>La plupart des navigateurs qui supportent three.js se mettent à jour automatiquement
3636
donc la plupart des utilisateurs devraient être capables d'exécuter ce code.
3737
Si vous souhaitez exécuter ce code sur un très vieux navigateur, nous vous recommandons
38-
un transpileur tel que <a href="https://babel.io">Babel</a>.
38+
un transpileur tel que <a href="https://babeljs.io">Babel</a>.
3939
Bien sûr, les utilisateurs exécutant de très vieux navigateurs ont probablement
4040
des machines incapables de faire tourner Three.js.</p>
4141
<p>Lors de l'apprentissage de la plupart des langages de programmation,
@@ -429,4 +429,4 @@ <h3>es6 modules, Three.js et structure de dossiers</h3>
429429

430430

431431

432-
</body></html>
432+
</body></html>

manual/ja/fundamentals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>の基礎知識</h1>
2929
<p>これらのチュートリアルはJavaScriptを知っている事を前提としており、ほとんどの部分でES6スタイルを使用します。
3030
<a href="prerequisites.html">あなたがすでに知っている事が期待される簡潔なリストはこちらをご覧下さい</a>
3131
three.jsがサポートするほとんどのブラウザは自動更新されるため、ほとんどのユーザーはこのコードを実行できます。
32-
古いブラウザーで実行したい場合は、<a href="https://babel.io">Babel</a> のようなトランスパイラーを調べて下さい。
32+
古いブラウザーで実行したい場合は、<a href="https://babeljs.io">Babel</a> のようなトランスパイラーを調べて下さい。
3333
もちろん、本当に古いブラウザを実行しているユーザーはthree.jsを実行できないマシンを持っている可能性があります。</p>
3434
<p>ほとんどのプログラミング言語を学ぶ時、最初にする事は <code class="notranslate" translate="no">"Hello World!"</code> を表示する事です。
3535
3Dで最初に行う最も一般的な事の1つは、3Dキューブを作成する事です。
@@ -310,4 +310,4 @@ <h3>es6モジュール、three.js、およびフォルダー構造</h3>
310310

311311

312312

313-
</body></html>
313+
</body></html>

manual/ru/materials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>Материалы </h1>
5555
</pre>
5656
<p>прим. переводчика:
5757
Блик - световое пятно на ярко освещённой выпуклой или плоской глянцевой поверхности.
58-
<a href="http://compgraph.tpu.ru/mir_reflection.html">Зеркальное отражение</a> я часто буду называть бликом,
58+
<a href="http://compgraph.tpu.ru/mir_reflection.htm">Зеркальное отражение</a> я часто буду называть бликом,
5959
хотя это скорее частный случай.</p>
6060
<p>Итак, давайте рассмотрим набор материалов Three.js.</p>
6161
<p><a href="/docs/#api/en/materials/MeshBasicMaterial"><code class="notranslate" translate="no">MeshBasicMaterial</code></a> не зависит от света.
@@ -308,4 +308,4 @@ <h3>material.needsUpdate</h3>
308308

309309

310310

311-
</body></html>
311+
</body></html>

0 commit comments

Comments
 (0)