@@ -58,7 +58,7 @@ <h3 id="color" class="docs-header-link">
5858 < p > The < code > theme</ code > ‘s color determines the component color styles, such as the fill
5959color of checkboxes or ripple color of buttons. It depends on color palettes of
6060varying tones to build a color scheme. Check out the
61- < a href ="https://docs.google.com/document/d/1tJiP7Z3kQdx94gwK3HKtfP-qioWHAsF3TQW7mbjM7YQ/edit?resourcekey=0-CngmrlEF51YAuYAJQwPBOw&tab=t.0#heading=h.rbsv65h8pako "> Palettes</ a >
61+ < a href ="#prebuilt-color-palettes "> Palettes</ a >
6262section to learn about available prebuilt palettes, or how to create custom
6363palettes.</ p >
6464< p > You can set the color in one of two ways: as a single color palette, or as a
@@ -223,11 +223,11 @@ <h3 id="custom-color-palettes" class="docs-header-link">
223223 < strong > Custom Color Palettes</ strong >
224224 </ h3 >
225225 < p > The Angular Material
226- < a href ="https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/m3- theme/README.md "> palette generation schematic</ a >
226+ < a href ="https://github.com/angular/components/blob/main/src/material/schematics/ng-generate/theme-color /README.md "> palette generation schematic</ a >
227227builds custom color palettes based on a single color input for the primary
228228color, and optionally color inputs to further customize secondary, tertiary, and
229229neutral palettes:</ p >
230- < pre > < code > ng generate @angular/material:theme
230+ < pre > < code > ng generate @angular/material:theme-color
231231</ code > </ pre >
232232
233233 < h2 id ="loading-fonts " class ="docs-header-link ">
@@ -349,7 +349,7 @@ <h2 id="using-theme-styles" class="docs-header-link">
349349 font: var(--mat-sys-body-large);
350350}
351351</ code > </ pre >
352- < p > See the < a href ="https://ng-comp-devapp.web.app/theme "> Theme Variables</ a > guide for a
352+ < p > See the < a href ="https://material.angular.io/guide/system-variables "> Theme Variables</ a > guide for a
353353comprehensive list of these variables, examples of where they are used, and how
354354components can depend on them.</ p >
355355
0 commit comments