Skip to content

Commit

Permalink
docs: fix broken links (#30038)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Nov 18, 2024
1 parent 9939029 commit 9006f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typography CSS variables will not be included in the output.
The `theme`‘s color determines the component color styles, such as the fill
color of checkboxes or ripple color of buttons. It depends on color palettes of
varying tones to build a color scheme. Check out the
[Palettes](https://docs.google.com/document/d/1tJiP7Z3kQdx94gwK3HKtfP-qioWHAsF3TQW7mbjM7YQ/edit?resourcekey=0-CngmrlEF51YAuYAJQwPBOw&tab=t.0#heading=h.rbsv65h8pako)
[Palettes](#prebuilt-color-palettes)
section to learn about available prebuilt palettes, or how to create custom
palettes.

Expand Down Expand Up @@ -229,13 +229,13 @@ your application’s theme:
### **Custom Color Palettes**

The Angular Material
[palette generation schematic](https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/m3-theme/README.md)
[palette generation schematic](https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/theme-color/README.md)
builds custom color palettes based on a single color input for the primary
color, and optionally color inputs to further customize secondary, tertiary, and
neutral palettes:

```
ng generate @angular/material:theme
ng generate @angular/material:theme-color
```

## **Loading Fonts**
Expand Down Expand Up @@ -365,7 +365,7 @@ information to the user:
}
```

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

Expand Down

0 comments on commit 9006f02

Please sign in to comment.