diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:29:50 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | 4a573bbdd0e5945998a37162d1535245d4e20416 (patch) | |
tree | 882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/exslt/math | |
parent | e675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff) | |
download | translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.gz translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.bz2 translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.zip |
Web/a-h以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/exslt/math')
-rw-r--r-- | files/ja/web/exslt/math/highest/index.html | 4 | ||||
-rw-r--r-- | files/ja/web/exslt/math/lowest/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html index 896cb87c30..e34c69ae21 100644 --- a/files/ja/web/exslt/math/highest/index.html +++ b/files/ja/web/exslt/math/highest/index.html @@ -10,7 +10,7 @@ translation_of: Web/EXSLT/math/highest <p> {{ XsltRef() }} </p><p><br> -<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値). +<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="/ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値). </p><p>ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。 </p><p>{{ Note() }} </p> @@ -22,7 +22,7 @@ translation_of: Web/EXSLT/math/highest </dt><dd>最大値を持つノードが返されるノードセット </dd></dl> <h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4"> 戻り値 </h3> -<p><code><a href="ja/EXSLT/math/max">math:max()</a></code>が返したノードのコピーからなる +<p><code><a href="/ja/EXSLT/math/max">math:max()</a></code>が返したノードのコピーからなる 結果ツリー・フラグメント </p> <h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9"> 定義 </h3> diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html index 347fe1d589..20c7a8055f 100644 --- a/files/ja/web/exslt/math/lowest/index.html +++ b/files/ja/web/exslt/math/lowest/index.html @@ -10,7 +10,7 @@ translation_of: Web/EXSLT/math/lowest <p> {{ XsltRef() }} </p><p><br> -<code>math:lowest()</code> 指定されたノードセットの最小値を持つノードを返却する。( <code><a href="ja/EXSLT/math/min">math:min()</a></code> を使用して計算した最小値). +<code>math:lowest()</code> 指定されたノードセットの最小値を持つノードを返却する。( <code><a href="/ja/EXSLT/math/min">math:min()</a></code> を使用して計算した最小値). </p><p>ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。 </p><p>{{ Note() }} </p> @@ -22,7 +22,7 @@ translation_of: Web/EXSLT/math/lowest </dt><dd>最小値を持つノードが返されるノードセット </dd></dl> <h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4"> 戻り値 </h3> -<p><code><a href="ja/EXSLT/math/min">math:min()</a></code>が返したノードのコピーからなる +<p><code><a href="/ja/EXSLT/math/min">math:min()</a></code>が返したノードのコピーからなる 結果ツリー・フラグメント </p> <h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9"> 定義 </h3> |