diff options
Diffstat (limited to 'files/ja/web/html/attributes/min/index.html')
-rw-r--r-- | files/ja/web/html/attributes/min/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/html/attributes/min/index.html b/files/ja/web/html/attributes/min/index.html index 5b0e21dd1a..a631f9a86c 100644 --- a/files/ja/web/html/attributes/min/index.html +++ b/files/ja/web/html/attributes/min/index.html @@ -53,12 +53,12 @@ translation_of: Web/HTML/Attributes/min </tr> <tr> <td>{{HTMLElement("input/number", "number")}}</td> - <td><a href="/en-US/docs/Web/CSS/number"><number></a></td> + <td><a href="/ja/docs/Web/CSS/number"><number></a></td> <td><code class="brush: html"><input type="number" min="0" step="5" max="100"></code></td> </tr> <tr> <td>{{HTMLElement("input/range", "range")}}</td> - <td><a href="/en-US/docs/Web/CSS/number"><number></a></td> + <td><a href="/ja/docs/Web/CSS/number"><number></a></td> <td><code class="brush: html"><input type="range" min="60" step="5" max="100"></code></td> </tr> </tbody> |