Skip to content

Commit edc5460

Browse files
committed
main - 9006f02 docs: fix broken links (#30038)
1 parent 900b1f8 commit edc5460

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs-content/guides/theming.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5959
color of checkboxes or ripple color of buttons. It depends on color palettes of
6060
varying tones to build a color scheme. Check out the
61-
<a href="https://docs.google.com/document/d/1tJiP7Z3kQdx94gwK3HKtfP-qioWHAsF3TQW7mbjM7YQ/edit?resourcekey=0-CngmrlEF51YAuYAJQwPBOw&amp;tab=t.0#heading=h.rbsv65h8pako">Palettes</a>
61+
<a href="#prebuilt-color-palettes">Palettes</a>
6262
section to learn about available prebuilt palettes, or how to create custom
6363
palettes.</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>
227227
builds custom color palettes based on a single color input for the primary
228228
color, and optionally color inputs to further customize secondary, tertiary, and
229229
neutral 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
353353
comprehensive list of these variables, examples of where they are used, and how
354354
components can depend on them.</p>
355355

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "19.1.0-next.0+sha-9939029",
3+
"version": "19.1.0-next.0+sha-9006f02",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "19.1.0-next.0+sha-9939029",
263-
"@angular/cdk-experimental": "19.1.0-next.0+sha-9939029",
262+
"@angular/cdk": "19.1.0-next.0+sha-9006f02",
263+
"@angular/cdk-experimental": "19.1.0-next.0+sha-9006f02",
264264
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
265265
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
266-
"@angular/material": "19.1.0-next.0+sha-9939029",
267-
"@angular/material-experimental": "19.1.0-next.0+sha-9939029",
268-
"@angular/material-moment-adapter": "19.1.0-next.0+sha-9939029",
269-
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-9939029",
270-
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-9939029"
266+
"@angular/material": "19.1.0-next.0+sha-9006f02",
267+
"@angular/material-experimental": "19.1.0-next.0+sha-9006f02",
268+
"@angular/material-moment-adapter": "19.1.0-next.0+sha-9006f02",
269+
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-9006f02",
270+
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-9006f02"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)