aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/svg/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/svg/tutorial')
-rw-r--r--files/ja/web/svg/tutorial/getting_started/index.html2
-rw-r--r--files/ja/web/svg/tutorial/other_content_in_svg/index.html2
2 files changed, 2 insertions, 2 deletions
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>
</pre>
-<p>コードをコピーして、ファイル demo1.svg に貼り付けましょう。そして、ファイルを Firefox で開いてください。これは、下のスクリーンショットを表示するようレンダリングします。(Firefox のユーザは <a class="external" href="https://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml" title="https://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml">こちら</a> をクリックしてください)</p>
+<p>コードをコピーして、ファイル demo1.svg に貼り付けましょう。そして、ファイルを Firefox で開いてください。これは、下のスクリーンショットを表示するようレンダリングします。(Firefox のユーザは <a class="external" href="/@api/deki/files/4571/=svgdemo1.xml" title="https://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml">こちら</a> をクリックしてください)</p>
<p><img alt="svgdemo1.png" class="default internal" src="/@api/deki/files/4928/=svgdemo1.png"></p>
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"&gt;
&lt;image x="90" y="-65" width="128" height="146" transform="rotate(45)"
- xlink:href="https://developer.mozilla.org/static/img/favicon144.png"/&gt;
+ xlink:href="/static/img/favicon144.png"/&gt;
&lt;/svg&gt;
</pre>