aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@media/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/@media/index.html')
-rw-r--r--files/ja/web/css/@media/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/@media/index.html b/files/ja/web/css/@media/index.html
index 222098da50..b335cc8467 100644
--- a/files/ja/web/css/@media/index.html
+++ b/files/ja/web/css/@media/index.html
@@ -19,7 +19,7 @@ translation_of: Web/CSS/@media
<h2 id="Syntax" name="Syntax">構文</h2>
-<p><code>@media</code> @-規則は、コードの最上位に配置したり、他の<a href="/ja/docs/Web/CSS/At-rule#Conditional_group_rules">条件付きグループ @-規則</a>の中に入れ子にして配置したりすることができます。</p>
+<p><code>@media</code> @-規則は、コードの最上位に配置したり、他の<a href="/ja/docs/Web/CSS/At-rule#条件付きグループルール">条件付きグループ @-規則</a>の中に入れ子にして配置したりすることができます。</p>
<pre class="brush: css no-line-numbers">/* コードの最上位 */
@media screen and (min-width: 900px) {