Skip to content

Commit 30ac014

Browse files
naaajiiandrewseguin
authored andcommitted
docs: update links for Shadow DOM & Constructable Stylesheets (#30433)
previous links were getting redirect to new ones which may be a bit confusing, this commit updates them with new URL (cherry picked from commit f9ca76c)
1 parent 6d96869 commit 30ac014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ be defined through the `overrides` API instead of defined explicitly.
462462

463463
Angular Material assumes that, by default, all theme styles are loaded as global
464464
CSS. If you want to use
465-
[Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)
465+
[Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM)
466466
in your application, you must load the theme styles within each shadow root that
467467
contains an Angular Material component. You can accomplish this by manually
468468
loading the CSS in each shadow root, or by using
469-
[Constructable Stylesheets](https://developers.google.com/web/updates/2019/02/constructable-stylesheets).
469+
[Constructable Stylesheets](https://web.dev/articles/constructable-stylesheets).

0 commit comments

Comments
 (0)