aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/attributes/min/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/attributes/min/index.html')
-rw-r--r--files/ja/web/html/attributes/min/index.html4
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">&lt;number&gt;</a></td>
+ <td><a href="/ja/docs/Web/CSS/number">&lt;number&gt;</a></td>
<td><code class="brush: html">&lt;input type="number" min="0" step="5" max="100"&gt;</code></td>
</tr>
<tr>
<td>{{HTMLElement("input/range", "range")}}</td>
- <td><a href="/en-US/docs/Web/CSS/number">&lt;number&gt;</a></td>
+ <td><a href="/ja/docs/Web/CSS/number">&lt;number&gt;</a></td>
<td><code class="brush: html">&lt;input type="range" min="60" step="5" max="100"&gt;</code></td>
</tr>
</tbody>