diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-16 23:57:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 23:57:54 +0900 |
commit | d9247fba6815cc11d44e0c7c59c69157c830c467 (patch) | |
tree | 7abc2a636b4b639d57e1ff601de1adebec6c14c3 /files/ja/web/javascript/reference/operators/greater_than | |
parent | e921a9c17cc7c93b3418de230602d8e0dd20041b (diff) | |
download | translated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.tar.gz translated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.tar.bz2 translated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.zip |
Web/JavaScript 以下の文書内のリンクURLを正規化 (#2354)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/javascript/reference/operators/greater_than')
-rw-r--r-- | files/ja/web/javascript/reference/operators/greater_than/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/javascript/reference/operators/greater_than/index.html b/files/ja/web/javascript/reference/operators/greater_than/index.html index 247f76e0cb..e5a05c3bbb 100644 --- a/files/ja/web/javascript/reference/operators/greater_than/index.html +++ b/files/ja/web/javascript/reference/operators/greater_than/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Operators/Greater_than <h2 id="解説">解説</h2> -<p>オペランドは、 <a class="external external-icon" href="https://tc39.es/ecma262/#sec-abstract-relational-comparison" rel="noopener">抽象関係比較</a> アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 <a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than">小なり</a> 演算子のドキュメントを参照して下さい。</p> +<p>オペランドは、 <a class="external external-icon" href="https://tc39.es/ecma262/#sec-abstract-relational-comparison" rel="noopener">抽象関係比較</a> アルゴリズムを使用して比較されます。このアルゴリズムの概要については、 <a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than">小なり</a> 演算子のドキュメントを参照して下さい。</p> <h2 id="例">例</h2> @@ -94,7 +94,7 @@ console.log(NaN > 3); // false</pre> <h2 id="関連項目">関連項目</h2> <ul> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal">Greater than or equal operator</a></li> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than">Less than operator</a></li> - <li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Less_than_or_equal">Less than or equal operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal">Greater than or equal operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than">Less than operator</a></li> + <li><a href="/ja/docs/Web/JavaScript/Reference/Operators/Less_than_or_equal">Less than or equal operator</a></li> </ul> |