Skip to content

Commit f9ca76c

Browse files
authored
docs: update links for Shadow DOM & Constructable Stylesheets (angular#30433)
previous links were getting redirect to new ones which may be a bit confusing, this commit updates them with new URL
1 parent 04ae202 commit f9ca76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/theming.md

+2-2
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)