Skip to content

Commit

Permalink
Global: Fix more broken links. (#23033)
Browse files Browse the repository at this point in the history
* Update fundamentals.html

* Update fundamentals.html

* Update materials.html
  • Loading branch information
gero3 authored Dec 17, 2021
1 parent 9a74771 commit dc76ea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manual/fr/fundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>principes de base</h1>
<p>La plupart des navigateurs qui supportent three.js se mettent à jour automatiquement
donc la plupart des utilisateurs devraient être capables d'exécuter ce code.
Si vous souhaitez exécuter ce code sur un très vieux navigateur, nous vous recommandons
un transpileur tel que <a href="https://babel.io">Babel</a>.
un transpileur tel que <a href="https://babeljs.io">Babel</a>.
Bien sûr, les utilisateurs exécutant de très vieux navigateurs ont probablement
des machines incapables de faire tourner Three.js.</p>
<p>Lors de l'apprentissage de la plupart des langages de programmation,
Expand Down Expand Up @@ -429,4 +429,4 @@ <h3>es6 modules, Three.js et structure de dossiers</h3>



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



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



</body></html>
</body></html>

0 comments on commit dc76ea7

Please sign in to comment.