diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-03 01:32:35 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-10 11:20:27 +0900 |
commit | b9733e1f4c074db487db066b2f3678dd3fe9d9b8 (patch) | |
tree | 24bd59913ccdc563080fcaa7b6b1b533aa66029a | |
parent | 4fa86e549a885f520e63da8f64c2c876d822b20e (diff) | |
download | translated-content-b9733e1f4c074db487db066b2f3678dd3fe9d9b8.tar.gz translated-content-b9733e1f4c074db487db066b2f3678dd3fe9d9b8.tar.bz2 translated-content-b9733e1f4c074db487db066b2f3678dd3fe9d9b8.zip |
Update index.md
-rw-r--r-- | files/ja/web/css/shorthand_properties/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/shorthand_properties/index.md b/files/ja/web/css/shorthand_properties/index.md index 58dc950276..6ddadb02f3 100644 --- a/files/ja/web/css/shorthand_properties/index.md +++ b/files/ja/web/css/shorthand_properties/index.md @@ -186,7 +186,7 @@ margin: 10px 5px 10px 5px; CSS は全体の一括指定プロパティとして {{cssxref("all")}} を提供しており、値を文書中のすべてのプロパティに適用させます。これは、プロパティの継承モデルを以下のいずれかに変更するためのものです。 -CSS の継承がどのように動作するかについての詳細については、[カスケードと継承](/ja/docs/Learn/CSS/Introduction_to_CSS/Cascade_and_inheritance)または [CSS カスケード入門](/ja/docs/Web/CSS/Cascade)をご覧ください。 +CSS の継承がどのように動作するかについての詳細については、[カスケードと継承](/ja/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance)または [CSS カスケード入門](/ja/docs/Web/CSS/Cascade)をご覧ください。 <h2 id="See_also" name="See_also">関連情報</h2> |