aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary
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/glossary
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/glossary')
-rw-r--r--files/ja/glossary/accessibility/index.html2
-rw-r--r--files/ja/glossary/callback_function/index.html2
-rw-r--r--files/ja/glossary/dynamic_programming_language/index.html2
-rw-r--r--files/ja/glossary/first_contentful_paint/index.html2
-rw-r--r--files/ja/glossary/latency/index.html2
-rw-r--r--files/ja/glossary/nullish/index.html2
-rw-r--r--files/ja/glossary/object/index.html2
-rw-r--r--files/ja/glossary/tcp_handshake/index.html2
-rw-r--r--files/ja/glossary/webrtc/index.html2
9 files changed, 9 insertions, 9 deletions
diff --git a/files/ja/glossary/accessibility/index.html b/files/ja/glossary/accessibility/index.html
index f40db96556..8af1590a33 100644
--- a/files/ja/glossary/accessibility/index.html
+++ b/files/ja/glossary/accessibility/index.html
@@ -22,7 +22,7 @@ translation_of: Glossary/Accessibility
<h3 id="Learn_web_accessibility" name="Learn_web_accessibility">Web アクセシビリティについて学ぶ</h3>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Learn/Accessibility">MDN でアクセシビリティについて学ぶ</a></li>
+ <li><a href="/ja/docs/Learn/Accessibility">MDN でアクセシビリティについて学ぶ</a></li>
<li><a href="http://webaim.org/" rel="external">Web Accessibility In Mind</a></li>
</ul>
diff --git a/files/ja/glossary/callback_function/index.html b/files/ja/glossary/callback_function/index.html
index 1f6e684a5c..4d06165ffd 100644
--- a/files/ja/glossary/callback_function/index.html
+++ b/files/ja/glossary/callback_function/index.html
@@ -25,7 +25,7 @@ processUserInput(greeting);</pre>
<p>上記の例はすぐに実行される {{glossary("synchronous", "同期型")}} コールバックです。</p>
-<p>注意として、コールバックは {{glossary("asynchronous", "非同期")}} 命令が完了した後に続いてコードが実行されます — これを非同期コールバックといいます。コールバック関数の良い例は、Promise が成功か失敗した後にチェーンされる <code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise/then">.then()</a></code> ブロックの中で実行されるものです。この構造は <code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/WindowOrWorkerGlobalScope/fetch">fetch()</a></code>のようなモダンな web API で良く使われています。</p>
+<p>注意として、コールバックは {{glossary("asynchronous", "非同期")}} 命令が完了した後に続いてコードが実行されます — これを非同期コールバックといいます。コールバック関数の良い例は、Promise が成功か失敗した後にチェーンされる <code><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise/then">.then()</a></code> ブロックの中で実行されるものです。この構造は <code><a href="/ja/docs/Web/API/WindowOrWorkerGlobalScope/fetch">fetch()</a></code>のようなモダンな web API で良く使われています。</p>
<h2 id="Learn_more" name="Learn_more"><strong>詳細情報</strong></h2>
diff --git a/files/ja/glossary/dynamic_programming_language/index.html b/files/ja/glossary/dynamic_programming_language/index.html
index 7e98a5f8cd..7c0567ff23 100644
--- a/files/ja/glossary/dynamic_programming_language/index.html
+++ b/files/ja/glossary/dynamic_programming_language/index.html
@@ -12,7 +12,7 @@ translation_of: Glossary/Dynamic_programming_language
<p>これは、そのような変更が普通はできない静的プログラミング言語と呼ばれるものの反対語です。</p>
<div class="note">
-<p>注意点としてプログラミング言語の動的/静的な属性や<a href="https://wiki.developer.mozilla.org/ja/docs/Glossary/Dynamic_typing">動的</a>/<a href="https://wiki.developer.mozilla.org/ja/docs/Glossary/Static_typing">静的-片付け</a>を結びつけるものはあるものの、この 2 つは同期しているものとは程遠いです。</p>
+<p>注意点としてプログラミング言語の動的/静的な属性や<a href="/ja/docs/Glossary/Dynamic_typing">動的</a>/<a href="/ja/docs/Glossary/Static_typing">静的-片付け</a>を結びつけるものはあるものの、この 2 つは同期しているものとは程遠いです。</p>
</div>
<h2 id="Learn_more" name="Learn_more">関連情報</h2>
diff --git a/files/ja/glossary/first_contentful_paint/index.html b/files/ja/glossary/first_contentful_paint/index.html
index 1f4fb037ba..577d5d277a 100644
--- a/files/ja/glossary/first_contentful_paint/index.html
+++ b/files/ja/glossary/first_contentful_paint/index.html
@@ -15,6 +15,6 @@ translation_of: Glossary/First_contentful_paint
<h2 id="See_also" name="See_also">参照:</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Glossary/first_meaningful_paint">First Meaningful Paint</a></li>
+ <li><a href="/ja/docs/Glossary/first_meaningful_paint">First Meaningful Paint</a></li>
<li><a href="https://w3c.github.io/paint-timing/#first-contentful-paint">Paint Timing specification</a></li>
</ul>
diff --git a/files/ja/glossary/latency/index.html b/files/ja/glossary/latency/index.html
index f3c7a63cee..d84963a318 100644
--- a/files/ja/glossary/latency/index.html
+++ b/files/ja/glossary/latency/index.html
@@ -19,7 +19,7 @@ translation_of: Glossary/Latency
<h2 id="Learn_more" name="Learn_more">理解を深める</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/Performance/Understanding_latency">レイテンシーを理解する</a></li>
+ <li><a href="/ja/docs/Web/Performance/Understanding_latency">レイテンシーを理解する</a></li>
</ul>
<section class="Quick_links" id="Quick_Links"></section>
diff --git a/files/ja/glossary/nullish/index.html b/files/ja/glossary/nullish/index.html
index 79909ae8c8..0a2b00b130 100644
--- a/files/ja/glossary/nullish/index.html
+++ b/files/ja/glossary/nullish/index.html
@@ -9,4 +9,4 @@ tags:
- undefined
translation_of: Glossary/Nullish
---
-<p><a href="https://wiki.developer.mozilla.org/ja/docs/Glossary/JavaScript">JavaScript</a> では Nullish value は {{JSxRef("null")}} または {{JSxRef("undefined")}} のいずれかの値です。Nullish values は常に <a href="/ja/docs/Glossary/Falsy">falsy</a> です。</p>
+<p><a href="/ja/docs/Glossary/JavaScript">JavaScript</a> では Nullish value は {{JSxRef("null")}} または {{JSxRef("undefined")}} のいずれかの値です。Nullish values は常に <a href="/ja/docs/Glossary/Falsy">falsy</a> です。</p>
diff --git a/files/ja/glossary/object/index.html b/files/ja/glossary/object/index.html
index 0867795f3e..7d44967d85 100644
--- a/files/ja/glossary/object/index.html
+++ b/files/ja/glossary/object/index.html
@@ -9,7 +9,7 @@ tags:
- 用語集
translation_of: Glossary/Object
---
-<p><a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Object">オブジェクト</a>はデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは <code>car</code> や <code>map</code> オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。</p>
+<p><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Object">オブジェクト</a>はデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは <code>car</code> や <code>map</code> オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。</p>
<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
diff --git a/files/ja/glossary/tcp_handshake/index.html b/files/ja/glossary/tcp_handshake/index.html
index cbc310ccf2..0997d2e1de 100644
--- a/files/ja/glossary/tcp_handshake/index.html
+++ b/files/ja/glossary/tcp_handshake/index.html
@@ -21,7 +21,7 @@ translation_of: Glossary/TCP_handshake
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/Security/Transport_Layer_Security">トランスポート層セキュリティ(TLS)プロトコル</a></li>
+ <li><a href="/ja/docs/Web/Security/Transport_Layer_Security">トランスポート層セキュリティ(TLS)プロトコル</a></li>
<li>{{Glossary("HTTPS")}}</li>
<li>Wikipedia上の<a href="https://ja.wikipedia.org/wiki/Transport_Layer_Security">トランスポート層セキュリティ</a></li>
</ul>
diff --git a/files/ja/glossary/webrtc/index.html b/files/ja/glossary/webrtc/index.html
index 156fdd13b1..fc6cb1587d 100644
--- a/files/ja/glossary/webrtc/index.html
+++ b/files/ja/glossary/webrtc/index.html
@@ -28,6 +28,6 @@ translation_of: Glossary/WebRTC
<ul>
<li>Wikipedia 上の記事「{{Interwiki("wikipedia", "WebRTC")}}」</li>
- <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/WebRTC_API">MDN上の WebRTC の解説</a></li>
+ <li><a href="/ja/docs/Web/API/WebRTC_API">MDN上の WebRTC の解説</a></li>
<li><a href="http://caniuse.com/#feat=rtcpeerconnection">WebRTC のブラウザーサポート状況</a></li>
</ul>