diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-08-19 15:37:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 15:37:01 +0200 |
commit | da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 (patch) | |
tree | 200bff2167620d33c0f2eae583ea228accf88ddb /files/ja/web/mathml | |
parent | cd4c71feeb10bea7a09b9da4570b5092a76c350e (diff) | |
download | translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.gz translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.bz2 translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.zip |
Removes wiki.d.m.o in absolute links (#1903)
Diffstat (limited to 'files/ja/web/mathml')
-rw-r--r-- | files/ja/web/mathml/element/mfenced/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/mathml/element/mfenced/index.html b/files/ja/web/mathml/element/mfenced/index.html index e931d5dc22..210ce30041 100644 --- a/files/ja/web/mathml/element/mfenced/index.html +++ b/files/ja/web/mathml/element/mfenced/index.html @@ -49,7 +49,7 @@ translation_of: Web/MathML/Element/mfenced <h3 id="余分な区切り記号()は無視される">余分な区切り記号(<code>,</code>)は無視される</h3> -<p>サンプルレンダリング: <img alt="[a|b|c|d|e]" src="https://wiki.developer.mozilla.org/files/3195/mfenced02.png"></p> +<p>サンプルレンダリング: <img alt="[a|b|c|d|e]" src="/files/3195/mfenced02.png"></p> <p>ブラウザーでのレンダリング: <math> <mfenced close="]" open="[" separators="||||,"> <mi>a</mi> <mi>b</mi> <mi>c</mi> <mi>d</mi> <mi>e</mi> </mfenced> </math></p> |