Skip to content

Commit 125d867

Browse files
Sepandardandrewseguin
authored andcommitted
fix(material/theming): fix not found error in the guide duplicate theming styles document (#30108)
point to the v18 version of the document resolves #30072 (cherry picked from commit b924e86)
1 parent 0eb9e2f commit 125d867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/theming/_theming.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $_generate-default-density: true !default;
1515

1616
// Warning that will be printed if duplicated styles are generated by a theme.
1717
$_duplicate-warning: 'Read more about how style duplication can be avoided in a dedicated ' +
18-
'guide. https://github.com/angular/components/blob/main/guides/duplicate-theming-styles.md';
18+
'guide. https://v18.material.angular.io/guide/duplicate-theming-styles';
1919

2020
// Warning that will be printed if the legacy theming API is used.
2121
$private-legacy-theme-warning: 'Angular Material themes should be created from a map containing ' +

0 commit comments

Comments
 (0)