aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/canvas/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 11:04:18 +0900
committerGitHub <noreply@github.com>2021-09-14 11:04:18 +0900
commitbce43c8c14df736ba41f00bf7dec5627421fa66b (patch)
tree41f22bd6f6b4954dd8e72e2cc219bd4dced09eb0 /files/ja/glossary/canvas/index.html
parentec7e93e64a34705de7dc374c6890298bc267c5b6 (diff)
downloadtranslated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.tar.gz
translated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.tar.bz2
translated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.zip
Glossary以下の文書内のリンクURLを正規化 (#2353)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/glossary/canvas/index.html')
-rw-r--r--files/ja/glossary/canvas/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/glossary/canvas/index.html b/files/ja/glossary/canvas/index.html
index 671743ab13..061abc15e6 100644
--- a/files/ja/glossary/canvas/index.html
+++ b/files/ja/glossary/canvas/index.html
@@ -22,14 +22,14 @@ translation_of: Glossary/Canvas
<h3 id="Learning_resources" name="Learning_resources">Canvas について詳しく学ぶ</h3>
<ul>
- <li><a href="https://developer.mozilla.org/ja/docs/Web/Guide/HTML/Canvas_tutorial">MDN 上の Canvas チュートリアル</a></li>
+ <li><a href="/ja/docs/Web/Guide/HTML/Canvas_tutorial">MDN 上の Canvas チュートリアル</a></li>
</ul>
<h3 id="Technical_information" name="Technical_information">技術情報</h3>
<ul>
<li>MDN 上の HTML {{HTMLElement("canvas")}} 要素のページ</li>
- <li><a href="https://developer.mozilla.org/ja/docs/HTML/Canvas">MDN 上の Canvas の一般的なドキュメント</a></li>
+ <li><a href="/ja/docs/HTML/Canvas">MDN 上の Canvas の一般的なドキュメント</a></li>
<li>{{domxref("CanvasRenderingContext2D")}}: canvas 2D の描画 API</li>
<li>w3c 上のページ: <a href="http://www.w3.org/TR/2dcontext/" rel="external">The Canvas 2D API specification</a></li>
</ul>