diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:04:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:04:19 +0900 |
commit | a802ba37d66fb077a0fe4b9574839cb886135acf (patch) | |
tree | a31c2082387bd76072bfae45f1479bd00c5ddec1 /files/ja/web/mathml/element/mn | |
parent | 57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (diff) | |
download | translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.tar.gz translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.tar.bz2 translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.zip |
Web/m-w以下の文書内のリンクURLを正規化 (#2370)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/mathml/element/mn')
-rw-r--r-- | files/ja/web/mathml/element/mn/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/mathml/element/mn/index.html b/files/ja/web/mathml/element/mn/index.html index 21d4fb2b84..94c9a6e47e 100644 --- a/files/ja/web/mathml/element/mn/index.html +++ b/files/ja/web/mathml/element/mn/index.html @@ -31,7 +31,7 @@ translation_of: Web/MathML/Element/mn <li><code>small</code>: Font is rendered smaller than the current font size.</li> <li><code>normal</code>: Equivalent to 100% or 1em.</li> <li><code>big</code>Font is rendered larger than the current font size.</li> - <li>a custom <a href="/en-US/docs/CSS/length">length</a>.</li> + <li>a custom <a href="/ja/docs/CSS/length">length</a>.</li> <li>or a unitless value which multiplies the default.</li> </ul> </dd> @@ -120,5 +120,5 @@ translation_of: Web/MathML/Element/mn <ul> <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li> - <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 {{ geckoRelease("28.0") }} and require appropriate <a href="/en-US/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li> + <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 {{ geckoRelease("28.0") }} and require appropriate <a href="/ja/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li> </ul> |