Skip to content

Commit d321bfd

Browse files
committed
docs: fix broken links
1 parent 9939029 commit d321bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/theming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ typography CSS variables will not be included in the output.
6767
The `theme`‘s color determines the component color styles, such as the fill
6868
color of checkboxes or ripple color of buttons. It depends on color palettes of
6969
varying tones to build a color scheme. Check out the
70-
[Palettes](https://docs.google.com/document/d/1tJiP7Z3kQdx94gwK3HKtfP-qioWHAsF3TQW7mbjM7YQ/edit?resourcekey=0-CngmrlEF51YAuYAJQwPBOw&tab=t.0#heading=h.rbsv65h8pako)
70+
[Palettes](#prebuilt-color-palettes)
7171
section to learn about available prebuilt palettes, or how to create custom
7272
palettes.
7373

@@ -229,7 +229,7 @@ your application’s theme:
229229
### **Custom Color Palettes**
230230

231231
The Angular Material
232-
[palette generation schematic](https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/m3-theme/README.md)
232+
[palette generation schematic](https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/theme-color/README.md)
233233
builds custom color palettes based on a single color input for the primary
234234
color, and optionally color inputs to further customize secondary, tertiary, and
235235
neutral palettes:
@@ -365,7 +365,7 @@ information to the user:
365365
}
366366
```
367367

368-
See the [Theme Variables](https://ng-comp-devapp.web.app/theme) guide for a
368+
See the [Theme Variables](https://material.angular.io/guide/system-variables) guide for a
369369
comprehensive list of these variables, examples of where they are used, and how
370370
components can depend on them.
371371

0 commit comments

Comments
 (0)