Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit bc8d29f

Browse files
codymikoljelbourn
authored andcommitted
docs(docs): update docs to reference archived material spec (#11420)
update all references to the original material specification so their links point to the corresponding archived documentation Fixes #11415
1 parent d5e086f commit bc8d29f

File tree

19 files changed

+23
-23
lines changed

19 files changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,7 @@ Bugs fixed:
36423642
#### Breaking Changes
36433643

36443644
* As per the
3645-
[spec](http://www.google.com/design/spec/style/color.html#color-ui-color-application)
3645+
[spec](https://material.io/archive/guidelines/style/color.html#color-color-system)
36463646
this commit changes the default color palette of FABs, checkboxes, radio
36473647
buttons, sliders and switches to the accent palette.
36483648

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Material Design for AngularJS Apps [![Build Status](https://travis-ci.org/angular/material.svg)](https://travis-ci.org/angular/material)
22

3-
[Material Design](https://material.io/) is a specification for a
3+
[Material Design](https://material.io/archive/guidelines/) is a specification for a
44
unified system of visual, motion, and interaction design that adapts across different devices. Our
55
goal is to deliver a lean, lightweight set of AngularJS-native UI elements that implement the
66
material design specification for use in AngularJS single-page applications (SPAs).
77

88
![venn diagram](https://cloud.githubusercontent.com/assets/210413/5077572/30dfc2f0-6e6a-11e4-9723-07c918128f4f.png)
99

10-
AngularJS Material is an implementation of Google's [Material Design Specification](https://material.io/guidelines/material-design/).
10+
AngularJS Material is an implementation of Google's [Material Design Specification](https://material.io/archive/guidelines/material-design/).
1111
AngularJS Material includes a rich set of reusable, well-tested, and accessible UI components.
1212

1313
Quick Links:

docs/app/partials/getting-started.tmpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2><em>New to AngularJS?</em> Before getting into AngularJS Material, it might
1212
</li>
1313
<li>
1414
Read the
15-
<a href="https://material.io/guidelines/" target="_blank"
15+
<a href="https://material.io/archive/guidelines/" target="_blank"
1616
title="Material Design">Material Design </a> specifications for components,
1717
animations, styles, and layouts.
1818
</li>

docs/app/partials/home.tmpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2 class="md-headline" style="margin-top: 0;">What is AngularJS Material?</h2>
44
<p>
55
AngularJS Material is both a UI Component framework and a reference implementation of Google's
6-
<a href="https://material.io/guidelines/material-design/" target="_blank" rel="noopener">Material Design Specification</a>.
6+
<a href="https://material.io/archive/guidelines/" target="_blank" rel="noopener">Material Design Specification</a>.
77
This project provides a set of reusable, well-tested, and accessible UI components based on Material Design.
88
</p>
99
<ul class="buckets" layout layout-align="center center" layout-wrap>
@@ -211,7 +211,7 @@ <h2 class="md-headline">Google's Material Design</h2>
211211
<ul class="buckets" layout layout-align="center center" layout-wrap>
212212
<li flex="100" flex-gt-xs="50" ng-repeat="(index, link) in [
213213
{ href: 'https://www.youtube.com/watch?v=Q8TXgCzxEnw', icon: 'ondemand_video', text: 'Watch a video', site : 'Google' },
214-
{ href: 'http://www.google.com/design/spec/material-design/', icon: 'launch', text: 'Learn More', site : 'Google' }
214+
{ href: 'https://material.io/archive/guidelines/', icon: 'launch', text: 'Learn More', site : 'Google' }
215215
]">
216216
<md-button
217217
class="md-primary md-raised"

docs/content/CSS/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AngularJS Material provides typography CSS classes you can use to create visual
66
consistency across your application.
77

88
<p style="text-align: center;">
9-
[Material Design Typography Specification](https://material.google.com/style/typography.html)
9+
[Material Design Typography Specification](https://material.io/archive/guidelines/style/typography.html)
1010
</p>
1111

1212
<section class="demo-container">

docs/content/Theming/01_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Material Design is a visual language with specifications for innovative user experiences (UX) and user interface (UI) elements. Themes convey meaning through color, tones, and contrasts, similar to how Layouts convey meaning through keylines and alignments.
66

7-
Theme [**color palettes**](http://www.google.com/design/spec/style/color.html#color-ui-color-palette), alphas, and shadows deliver a consistent tone to your application and a unified feel for all AngularJS Material UI components.
7+
Theme [**color palettes**](https://material.io/archive/guidelines/style/color.html#color-color-palette), alphas, and shadows deliver a consistent tone to your application and a unified feel for all AngularJS Material UI components.
88

99
Theming allows changing the color of your AngularJS Material application. If you
1010
need more custom styling (such as layout changes including padding, margins,

docs/content/Theming/06_browser_color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![browser color](https://cloud.githubusercontent.com/assets/6004537/18006666/50519c7e-6ba9-11e6-905b-c3751c20549c.png)
1010

11-
Enables browser header coloring with [Material Design Colors](https://material.google.com/style/color.html) and the theming system.
11+
Enables browser header coloring with [Material Design Colors](https://material.io/archive/guidelines/style/color.html#) and the theming system.
1212

1313
For more information, please visit:<br/>
1414
https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color.

src/components/autocomplete/js/autocompleteDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ angular
177177
*
178178
* ### Clear button for the input
179179
* By default, the clear button is displayed when there is input. This aligns with the spec's
180-
* [Search Pattern](https://material.io/guidelines/patterns/search.html#search-in-app-search).
180+
* [Search Pattern](https://material.io/archive/guidelines/patterns/search.html#search-in-app-search).
181181
* In floating label mode, when `md-floating-label="My Label"` is applied, the clear button is not displayed
182182
* by default (see the spec's
183-
* [Autocomplete Text Field](https://material.io/guidelines/components/text-fields.html#text-fields-layout)).
183+
* [Autocomplete Text Field](https://material.io/archive/guidelines/components/text-fields.html#text-fields-layout)).
184184
*
185185
* Nevertheless, developers are able to explicitly toggle the clear button for all autocomplete components
186186
* with `md-clear-button`.

src/components/checkbox/checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ angular
1616
* @description
1717
* The checkbox directive is used like the normal [angular checkbox](https://docs.angularjs.org/api/ng/input/input%5Bcheckbox%5D).
1818
*
19-
* As per the [material design spec](http://www.google.com/design/spec/style/color.html#color-color-schemes)
19+
* As per the [Material Design spec](https://material.io/archive/guidelines/style/color.html#color-color-palette)
2020
* the checkbox is in the accent color by default. The primary color palette may be used with
2121
* the `md-primary` class.
2222
*

src/components/colors/colors.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('md-colors', function () {
142142

143143
/**
144144
* md-colors applies smart foreground colors (in case 'background' property is used) according the palettes from
145-
* https://www.google.com/design/spec/style/color.html#color-color-palette
145+
* https://material.io/archive/guidelines/style/color.html#color-color-palette
146146
*/
147147
describe('foreground color', function () {
148148
/**

0 commit comments

Comments
 (0)