aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-12 10:11:30 +0900
committerpotappo <potappo@gmail.com>2021-07-18 18:33:18 +0900
commitfd1e2435671adf89d5a2718fc7d1454828f147ae (patch)
tree769a406472882e3bafda9e32fb8b4414cfcfb1d5 /files/ja/web/api
parentb0caefeaf81fd55008397bfd6f7765e15cecd224 (diff)
downloadtranslated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.gz
translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.bz2
translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.zip
remove wiki.developer.mozilla.org links
Diffstat (limited to 'files/ja/web/api')
-rw-r--r--files/ja/web/api/datatransfer/index.html8
-rw-r--r--files/ja/web/api/document/forms/index.html2
-rw-r--r--files/ja/web/api/document/scroll_event/index.html2
-rw-r--r--files/ja/web/api/element/queryselectorall/index.html2
-rw-r--r--files/ja/web/api/eventlistener/index.html2
-rw-r--r--files/ja/web/api/geolocationposition/index.html2
-rw-r--r--files/ja/web/api/globaleventhandlers/oncancel/index.html2
-rw-r--r--files/ja/web/api/history/pushstate/index.html2
-rw-r--r--files/ja/web/api/nodelist/foreach/index.html2
-rw-r--r--files/ja/web/api/speechrecognition/onspeechend/index.html2
-rw-r--r--files/ja/web/api/speechrecognition/onspeechstart/index.html2
-rw-r--r--files/ja/web/api/svgelement/index.html26
-rw-r--r--files/ja/web/api/web_workers_api/structured_clone_algorithm/index.html6
-rw-r--r--files/ja/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html2
-rw-r--r--files/ja/web/api/webrtc_api/index.html2
-rw-r--r--files/ja/web/api/window/vrdisplaydisconnect_event/index.html4
16 files changed, 34 insertions, 34 deletions
diff --git a/files/ja/web/api/datatransfer/index.html b/files/ja/web/api/datatransfer/index.html
index 1430b904fe..af3e6c538f 100644
--- a/files/ja/web/api/datatransfer/index.html
+++ b/files/ja/web/api/datatransfer/index.html
@@ -143,9 +143,9 @@ translation_of: Web/API/DataTransfer
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/HTML_Drag_and_Drop_API">Drag and drop</a></li>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/Guide/HTML/Drag_operations">Drag Operations</a></li>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/Guide/HTML/Recommended_Drag_Types">Recommended Drag Types</a></li>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/Guide/HTML/Dragging_and_Dropping_Multiple_Items">Dragging and Dropping Multiple Items</a></li>
+ <li><a href="/ja/docs/Web/API/HTML_Drag_and_Drop_API">Drag and drop</a></li>
+ <li><a href="/ja/docs/Web/Guide/HTML/Drag_operations">Drag Operations</a></li>
+ <li><a href="/ja/docs/Web/Guide/HTML/Recommended_Drag_Types">Recommended Drag Types</a></li>
+ <li><a href="/ja/docs/Web/Guide/HTML/Dragging_and_Dropping_Multiple_Items">Dragging and Dropping Multiple Items</a></li>
<li><a href="https://codepen.io/tech_query/pen/MqGgap">DataTransfer test - Paste or Drag</a></li>
</ul>
diff --git a/files/ja/web/api/document/forms/index.html b/files/ja/web/api/document/forms/index.html
index 21fca5e839..7a8dcc4f53 100644
--- a/files/ja/web/api/document/forms/index.html
+++ b/files/ja/web/api/document/forms/index.html
@@ -119,7 +119,7 @@ var selectFormElement = document.forms[index].elements[index];
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Learn/HTML/Forms">HTML forms</a></li>
+ <li><a href="/ja/docs/Learn/HTML/Forms">HTML forms</a></li>
<li>{{HTMLElement("form")}} および {{domxref("HTMLFormElement")}} インターフェイス</li>
</ul>
diff --git a/files/ja/web/api/document/scroll_event/index.html b/files/ja/web/api/document/scroll_event/index.html
index 6be4404386..8eb79683fd 100644
--- a/files/ja/web/api/document/scroll_event/index.html
+++ b/files/ja/web/api/document/scroll_event/index.html
@@ -72,7 +72,7 @@ window.addEventListener('scroll', function(e) {
}
});</pre>
-<p>その他の類似の例を見るには、 <code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Document/defaultView/resize_event">resize</a></code> イベントページをご覧ください。</p>
+<p>その他の類似の例を見るには、 <code><a href="/ja/docs/Web/API/Document/defaultView/resize_event">resize</a></code> イベントページをご覧ください。</p>
<h2 id="Specifications" name="Specifications">仕様</h2>
diff --git a/files/ja/web/api/element/queryselectorall/index.html b/files/ja/web/api/element/queryselectorall/index.html
index c322a702ab..ec2323fa35 100644
--- a/files/ja/web/api/element/queryselectorall/index.html
+++ b/files/ja/web/api/element/queryselectorall/index.html
@@ -32,7 +32,7 @@ translation_of: Web/API/Element/querySelectorAll
<dl>
<dt><code>selectors</code></dt>
- <dd>マッチのための 1 つまたは複数のセレクターを含む {{domxref("DOMString")}} です。この文字列は妥当な <a href="https://wiki.developer.mozilla.org/ja/docs/Web/CSS/CSS_Selectors">CSS セレクター</a>文字列でなければならず、そうでない場合は <code>SyntaxError</code> 例外がスローされます。セレクターの仕様と要素の識別の詳細は、<a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Document_object_model/Locating_DOM_elements_using_selectors">セレクターを使用した DOM 要素の特定</a>を参照してください。複数のセレクターを指定する際は、カンマで区切ります。</dd>
+ <dd>マッチのための 1 つまたは複数のセレクターを含む {{domxref("DOMString")}} です。この文字列は妥当な <a href="/ja/docs/Web/CSS/CSS_Selectors">CSS セレクター</a>文字列でなければならず、そうでない場合は <code>SyntaxError</code> 例外がスローされます。セレクターの仕様と要素の識別の詳細は、<a href="/ja/docs/Web/API/Document_object_model/Locating_DOM_elements_using_selectors">セレクターを使用した DOM 要素の特定</a>を参照してください。複数のセレクターを指定する際は、カンマで区切ります。</dd>
</dl>
<div class="note">
diff --git a/files/ja/web/api/eventlistener/index.html b/files/ja/web/api/eventlistener/index.html
index 238262944c..dfe0c90aa0 100644
--- a/files/ja/web/api/eventlistener/index.html
+++ b/files/ja/web/api/eventlistener/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/EventListener
<div class="blockIndicator note">
<p>レガシーコンテンツとの互換性が必要なため、<code>EventListener</code> は、関数、<code>handleEvent()</code>メソッドをもつオブジェクト両方を受け入れます。<br>
- これを以下の <a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/EventListener$edit#Example">例</a> に示します。</p>
+ これを以下の <a href="/ja/docs/Web/API/EventListener$edit#Example">例</a> に示します。</p>
</div>
<h2 id="プロパティ">プロパティ</h2>
diff --git a/files/ja/web/api/geolocationposition/index.html b/files/ja/web/api/geolocationposition/index.html
index 34191a49f4..0fc82c02df 100644
--- a/files/ja/web/api/geolocationposition/index.html
+++ b/files/ja/web/api/geolocationposition/index.html
@@ -58,6 +58,6 @@ translation_of: Web/API/GeolocationPosition
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Geolocation_API/Using">Geolocation API の利用</a></li>
+ <li><a href="/ja/docs/Web/API/Geolocation_API/Using">Geolocation API の利用</a></li>
<li>{{domxref("Geolocation")}} インターフェイス</li>
</ul>
diff --git a/files/ja/web/api/globaleventhandlers/oncancel/index.html b/files/ja/web/api/globaleventhandlers/oncancel/index.html
index 8d2288770f..778a735226 100644
--- a/files/ja/web/api/globaleventhandlers/oncancel/index.html
+++ b/files/ja/web/api/globaleventhandlers/oncancel/index.html
@@ -25,7 +25,7 @@ translation_of: Web/API/GlobalEventHandlers/oncancel
<h3 id="引数">引数</h3>
-<p><code>functionRef</code>は関数名もしくは<a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は{{domxref("Event")}}オブジェクトを唯一の引数として受け取ります。</p>
+<p><code>functionRef</code>は関数名もしくは<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は{{domxref("Event")}}オブジェクトを唯一の引数として受け取ります。</p>
<p><code>oncancel</code>ハンドラーは一つのオブジェクトに対して一つのみ割り当てることが可能です。より柔軟であることから{{domxref("EventTarget.addEventListener()")}}メソッドを代わりに使用するのも良いかもしれません。</p>
diff --git a/files/ja/web/api/history/pushstate/index.html b/files/ja/web/api/history/pushstate/index.html
index ffd1336866..c3ee86847e 100644
--- a/files/ja/web/api/history/pushstate/index.html
+++ b/files/ja/web/api/history/pushstate/index.html
@@ -97,5 +97,5 @@ window.history.pushState({}, '', url);</pre>
<ul>
<li><a href="/ja/docs/Web/API/History_API/Working_with_the_History_API">Working with the History API</a></li>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Window/popstate_event">Window: popstate event</a></li>
+ <li><a href="/ja/docs/Web/API/Window/popstate_event">Window: popstate event</a></li>
</ul>
diff --git a/files/ja/web/api/nodelist/foreach/index.html b/files/ja/web/api/nodelist/foreach/index.html
index 887d385f47..5df7ca9f76 100644
--- a/files/ja/web/api/nodelist/foreach/index.html
+++ b/files/ja/web/api/nodelist/foreach/index.html
@@ -36,7 +36,7 @@ translation_of: Web/API/NodeList/forEach
</dl>
</dd>
<dt><code><var>thisArg</var></code> {{Optional_inline}}</dt>
- <dd><code><var>callback</var></code> 内で <code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/this">this</a></code> として使う値です。</dd>
+ <dd><code><var>callback</var></code> 内で <code><a href="/ja/docs/Web/JavaScript/Reference/Operators/this">this</a></code> として使う値です。</dd>
</dl>
<h3 id="Return_value" name="Return_value">戻り値</h3>
diff --git a/files/ja/web/api/speechrecognition/onspeechend/index.html b/files/ja/web/api/speechrecognition/onspeechend/index.html
index a5c774f79e..e6df50a2b2 100644
--- a/files/ja/web/api/speechrecognition/onspeechend/index.html
+++ b/files/ja/web/api/speechrecognition/onspeechend/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onspeechend
---
<div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div>
-<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p>
+<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/speechrecognition/onspeechstart/index.html b/files/ja/web/api/speechrecognition/onspeechstart/index.html
index 79ef5b1020..465a441ead 100644
--- a/files/ja/web/api/speechrecognition/onspeechstart/index.html
+++ b/files/ja/web/api/speechrecognition/onspeechstart/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onspeechstart
---
<div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div>
-<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechstart</code></strong> プロパティは、認識できる音声が検出できた時に(<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/speechstart_event">speechstart</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p>
+<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechstart</code></strong> プロパティは、認識できる音声が検出できた時に(<code><a href="/ja/docs/Web/API/SpeechRecognition/speechstart_event">speechstart</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/svgelement/index.html b/files/ja/web/api/svgelement/index.html
index 9d54cf9def..0e5f9336ea 100644
--- a/files/ja/web/api/svgelement/index.html
+++ b/files/ja/web/api/svgelement/index.html
@@ -39,27 +39,27 @@ translation_of: Web/API/SVGElement
<h2 id="Events">Events</h2>
-<p>Listen to these events using <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener">addEventListener()</a></code> or by assigning an event listener to the equivalent <code>on...</code> handler property defined on {{DOMxRef("GlobalEventHandlers")}} or {{DOMxRef("WindowEventHandlers")}}.</p>
+<p>Listen to these events using <code><a href="/en-US/docs/Web/API/EventTarget/addEventListener">addEventListener()</a></code> or by assigning an event listener to the equivalent <code>on...</code> handler property defined on {{DOMxRef("GlobalEventHandlers")}} or {{DOMxRef("WindowEventHandlers")}}.</p>
<dl>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/abort_event">abort</a></code></dt>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/abort_event">abort</a></code></dt>
<dd>Fired when page loading is stopped before an SVG element has been allowed to load completely.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onabort">onabort</a></code> property.</dd>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/error_event">error</a></code></dt>
+ Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onabort">onabort</a></code> property.</dd>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/error_event">error</a></code></dt>
<dd>Fired when an SVG element does not load properly or when an error occurs during script execution.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror">onerror</a></code> property.</dd>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/load_event">load</a></code></dt>
+ Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onerror">onerror</a></code> property.</dd>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/load_event">load</a></code></dt>
<dd>Fires on an <code>SVGElement</code> when it is loaded in the browser.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload">onload</a></code> property.</dd>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/resize_event">resize</a></code></dt>
+ Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onload">onload</a></code> property.</dd>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/resize_event">resize</a></code></dt>
<dd>Fired when an SVG document is being resized.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onresize">onresize</a></code> property.</dd>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/scroll_event">scroll</a></code></dt>
+ Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onresize">onresize</a></code> property.</dd>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/scroll_event">scroll</a></code></dt>
<dd>Fired when an SVG document view is being shifted along the X and/or Y axes.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onscroll">onscroll</a></code> property.</dd>
- <dt><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/SVGElement/unload_event">unload</a></code></dt>
+ Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onscroll">onscroll</a></code> property.</dd>
+ <dt><code><a href="/en-US/docs/Web/API/SVGElement/unload_event">unload</a></code></dt>
<dd>Fired when the DOM implementation removes an SVG document from a window or frame.<br>
- Also available via the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onunload">onunload</a></code> property.</dd>
+ Also available via the <code><a href="/en-US/docs/Web/API/WindowEventHandlers/onunload">onunload</a></code> property.</dd>
</dl>
<h2 id="仕様">仕様</h2>
diff --git a/files/ja/web/api/web_workers_api/structured_clone_algorithm/index.html b/files/ja/web/api/web_workers_api/structured_clone_algorithm/index.html
index 0be43a0cf7..f0af92fe2b 100644
--- a/files/ja/web/api/web_workers_api/structured_clone_algorithm/index.html
+++ b/files/ja/web/api/web_workers_api/structured_clone_algorithm/index.html
@@ -3,7 +3,7 @@ title: 構造化複製アルゴリズム
slug: Web/API/Web_Workers_API/Structured_clone_algorithm
translation_of: Web/API/Web_Workers_API/Structured_clone_algorithm
---
-<p><strong>構造化複製アルゴリズム </strong>は複雑な JavaScript オブジェクトをコピーするためのアルゴリズムです。これは {{domxref("Worker.postMessage()", "postMessage()")}} を介して <a href="/en-US/docs/Web/API/Worker">Worker</a> と送受信するとき、<a href="/en-US/docs/Glossary/IndexedDB">IndexedDB</a> にオブジェクトを格納するとき、<a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Web_Workers_API/Structured_clone_algorithm$edit#See_Also">他の API</a> のためにオブジェクトをコピーするときなど、データ転送時に内部で用いられています。無限ループを避けるため、以前にアクセスした参照のマップを保持しながら、入力オブジェクトを再帰処理することで複製していきます。</p>
+<p><strong>構造化複製アルゴリズム </strong>は複雑な JavaScript オブジェクトをコピーするためのアルゴリズムです。これは {{domxref("Worker.postMessage()", "postMessage()")}} を介して <a href="/en-US/docs/Web/API/Worker">Worker</a> と送受信するとき、<a href="/en-US/docs/Glossary/IndexedDB">IndexedDB</a> にオブジェクトを格納するとき、<a href="/ja/docs/Web/API/Web_Workers_API/Structured_clone_algorithm$edit#See_Also">他の API</a> のためにオブジェクトをコピーするときなど、データ転送時に内部で用いられています。無限ループを避けるため、以前にアクセスした参照のマップを保持しながら、入力オブジェクトを再帰処理することで複製していきます。</p>
<h2 id="構造化複製で動作しないもの">構造化複製で動作しないもの</h2>
@@ -13,7 +13,7 @@ translation_of: Web/API/Web_Workers_API/Structured_clone_algorithm
<li>以下に挙げるオブジェクトのパラメーターは保持されません。
<ul>
<li><a href="/en/JavaScript/Reference/Global_Objects/RegExp" title="en/JavaScript/Reference/Global Objects/regexp"><code>RegExp</code></a> オブジェクトの <code>lastIndex</code> フィールドは保持されません。</li>
- <li>プロパティ記述子、セッター、ゲッター (もしくは同様のメタデータ系機能) は複製されません。たとえば、オブジェクトに <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor">プロパティ記述子</a> を使用して読み取り専用にしている場合でも、複製したものではデフォルトの条件である読み取り/書き込みに変わります。</li>
+ <li>プロパティ記述子、セッター、ゲッター (もしくは同様のメタデータ系機能) は複製されません。たとえば、オブジェクトに <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor">プロパティ記述子</a> を使用して読み取り専用にしている場合でも、複製したものではデフォルトの条件である読み取り/書き込みに変わります。</li>
<li>プロトタイプチェーンは探索、複製されません。</li>
</ul>
</li>
@@ -42,7 +42,7 @@ translation_of: Web/API/Web_Workers_API/Structured_clone_algorithm
<td></td>
</tr>
<tr>
- <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/String">String</a> オブジェクト</td>
+ <td><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/String">String</a> オブジェクト</td>
<td></td>
</tr>
<tr>
diff --git a/files/ja/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html b/files/ja/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html
index 678560a2bf..c96c77043d 100644
--- a/files/ja/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html
+++ b/files/ja/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html
@@ -129,7 +129,7 @@ translation_of: Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context
<pre class="brush: js line-numbers language-js"><code class="language-js"> <span class="keyword token">const</span> shaderProgram <span class="operator token">=</span> <span class="function token">initShaderProgram</span><span class="punctuation token">(</span>gl<span class="punctuation token">,</span> vsSource<span class="punctuation token">,</span> fsSource<span class="punctuation token">)</span><span class="punctuation token">;</span></code></pre>
-<p>After we've created a shader program we need to look up the locations that WebGL assigned to our inputs. In this case we have one attribute and two uniforms. Attributes receive values from buffers. Each iteration of the vertex shader receives the next value from the buffer assigned to that attribute. <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Data#Uniforms">Uniforms</a> are similar to JavaScript global variables. They stay the same value for all iterations of a shader. Since the attribute and uniform locations are specific to a single shader program we'll store them together to make them easy to pass around</p>
+<p>After we've created a shader program we need to look up the locations that WebGL assigned to our inputs. In this case we have one attribute and two uniforms. Attributes receive values from buffers. Each iteration of the vertex shader receives the next value from the buffer assigned to that attribute. <a href="/en-US/docs/Web/API/WebGL_API/Data#Uniforms">Uniforms</a> are similar to JavaScript global variables. They stay the same value for all iterations of a shader. Since the attribute and uniform locations are specific to a single shader program we'll store them together to make them easy to pass around</p>
<pre class="brush: js line-numbers language-js"><code class="language-js"> <span class="keyword token">const</span> programInfo <span class="operator token">=</span> <span class="punctuation token">{</span>
program<span class="punctuation token">:</span> shaderProgram<span class="punctuation token">,</span>
diff --git a/files/ja/web/api/webrtc_api/index.html b/files/ja/web/api/webrtc_api/index.html
index 4b03a5ed78..306818224b 100644
--- a/files/ja/web/api/webrtc_api/index.html
+++ b/files/ja/web/api/webrtc_api/index.html
@@ -76,7 +76,7 @@ translation_of: Web/API/WebRTC_API
<dt>{{DOMxRef("RTCTrackEvent")}}</dt>
<dd>このインターフェイスは {{domxref("RTCPeerConnection.track_event", "track")}} イベントを表すもので、 {{DOMxRef("RTCRtpReceiver")}} オブジェクトが {{DOMxRef("RTCPeerConnection")}} オブジェクトに追加されたことを示すトラックイベントを表現するために使用されるインターフェースで、新しい着信 (incoming) {{DOMxRef("MediaStreamTrack")}} が生成され、<code>RTCPeerConnection</code> に追加されたことを示します。</dd>
<dt>{{DOMxRef("RTCSctpTransport")}}</dt>
- <dd>Stream Control Transmission Protocol (<strong>{{Glossary("SCTP")}}</strong>) トランスポートを説明する情報を提供し、 {{DOMxRef("RTCPeerConnection")}} のすべての<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection" title="The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer. It provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed."><code>RTCPeerConnection</code></a> のデータチャネルの SCTP パケットが送受信される Datagram Transport Layer Security (<strong>{{Glossary("DTLS")}}</strong>) トランスポートにアクセスする方法も提供します。</dd>
+ <dd>Stream Control Transmission Protocol (<strong>{{Glossary("SCTP")}}</strong>) トランスポートを説明する情報を提供し、 {{DOMxRef("RTCPeerConnection")}} のすべての<a href="/en-US/docs/Web/API/RTCPeerConnection" title="The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer. It provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed."><code>RTCPeerConnection</code></a> のデータチャネルの SCTP パケットが送受信される Datagram Transport Layer Security (<strong>{{Glossary("DTLS")}}</strong>) トランスポートにアクセスする方法も提供します。</dd>
<dt>
<h4 id="Dictionaries" name="Dictionaries">辞書</h4>
</dt>
diff --git a/files/ja/web/api/window/vrdisplaydisconnect_event/index.html b/files/ja/web/api/window/vrdisplaydisconnect_event/index.html
index 71281e5c3d..ca8cf7304a 100644
--- a/files/ja/web/api/window/vrdisplaydisconnect_event/index.html
+++ b/files/ja/web/api/window/vrdisplaydisconnect_event/index.html
@@ -32,14 +32,14 @@ translation_of: Web/API/Window/vrdisplaydisconnect_event
<h2 id="例">例</h2>
-<p>You can use the <code>vrdisplaydisconnect</code> event in an <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener">addEventListener</a></code> method:</p>
+<p>You can use the <code>vrdisplaydisconnect</code> event in an <code><a href="/en-US/docs/Web/API/EventTarget/addEventListener">addEventListener</a></code> method:</p>
<pre class="brush: js">window.addEventListener('vrdisplaydisconnect', function() {
  info.textContent = 'Display disconnected.';
  reportDisplays();
});</pre>
-<p>Or use the <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Window/onvrdisplaydisconnect">onvrdisplaydisconnect</a></code> event handler property:</p>
+<p>Or use the <code><a href="/en-US/docs/Web/API/Window/onvrdisplaydisconnect">onvrdisplaydisconnect</a></code> event handler property:</p>
<pre class="brush: js">window.onvrdisplaydisconnect = function() {
info.textContent = 'Display disconnected.';