From 18024fc9d2be8c73638da0f95279dddd24068dd0 Mon Sep 17 00:00:00 2001 From: Oliver Kierepka Date: Wed, 6 Jul 2022 01:12:59 +0200 Subject: [PATCH] docs: Fix Link to theming-guide in guides/elevation.md The Link in `guides/elevation.md` is broken. This PR fixes that by introducing the missing link handle. --- guides/elevation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/elevation.md b/guides/elevation.md index 77a26ed3104d..8725fda6746e 100644 --- a/guides/elevation.md +++ b/guides/elevation.md @@ -8,7 +8,7 @@ these shadows. ## Elevation CSS classes -The `core-theme` Sass mixin, described in the [theming guide][], emits CSS classes for applying +The `core-theme` Sass mixin, described in the [theming guide][theming-guide], emits CSS classes for applying elevation. These classes follow the pattern `mat-elevation-z#`, where `#` is the elevation number you want, from 0 to 24. These predefined classes use the CSS `box-shadow` settings defined by the Material Design specification.