From a802ba37d66fb077a0fe4b9574839cb886135acf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:04:19 +0900 Subject: Web/m-w以下の文書内のリンクURLを正規化 (#2370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/svg/tutorial/getting_started/index.html | 2 +- files/ja/web/svg/tutorial/other_content_in_svg/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/svg/tutorial') diff --git a/files/ja/web/svg/tutorial/getting_started/index.html b/files/ja/web/svg/tutorial/getting_started/index.html index 184d127062..d382d76798 100644 --- a/files/ja/web/svg/tutorial/getting_started/index.html +++ b/files/ja/web/svg/tutorial/getting_started/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Tutorial/Getting_Started </svg> -

コードをコピーして、ファイル demo1.svg に貼り付けましょう。そして、ファイルを Firefox で開いてください。これは、下のスクリーンショットを表示するようレンダリングします。(Firefox のユーザは こちら をクリックしてください)

+

コードをコピーして、ファイル demo1.svg に貼り付けましょう。そして、ファイルを Firefox で開いてください。これは、下のスクリーンショットを表示するようレンダリングします。(Firefox のユーザは こちら をクリックしてください)

svgdemo1.png

diff --git a/files/ja/web/svg/tutorial/other_content_in_svg/index.html b/files/ja/web/svg/tutorial/other_content_in_svg/index.html index 7fffed676b..50c381c8a1 100644 --- a/files/ja/web/svg/tutorial/other_content_in_svg/index.html +++ b/files/ja/web/svg/tutorial/other_content_in_svg/index.html @@ -21,7 +21,7 @@ translation_of: Web/SVG/Tutorial/Other_content_in_SVG xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"> <image x="90" y="-65" width="128" height="146" transform="rotate(45)" - xlink:href="https://developer.mozilla.org/static/img/favicon144.png"/> + xlink:href="/static/img/favicon144.png"/> </svg> -- cgit v1.2.3-54-g00ecf