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

Commit 00be814

Browse files
Splaktarjelbourn
authored andcommitted
docs: update for new angular/components repo name (#11723)
1 parent bcc5eca commit 00be814

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ material design specification for use in AngularJS single-page applications (SPA
1313
for [AngularJS](https://angularjs.org) developers.
1414

1515
For an implementation of the [Material Design Specification (2018+)](https://material.io/design/),
16-
please see the [Angular Material](https://github.com/angular/material2) project which is built for
16+
please see the [Angular Material](https://github.com/angular/components) project which is built for
1717
[Angular](https://angular.io) developers.
1818

1919
![venn diagram](https://cloud.githubusercontent.com/assets/210413/5077572/30dfc2f0-6e6a-11e4-9723-07c918128f4f.png)
@@ -56,7 +56,7 @@ that provides a visual representation of this configuration:
5656
To preserve stability with applications currently using AngularJS Material, we do not follow semver.
5757
We have three types of releases:
5858

59-
* `major` : major releases will be done in the separate [Angular Material](https://github.com/angular/material2) repo.
59+
* `major` : major releases will be done in the separate [Angular Material](https://github.com/angular/components) repo.
6060
This type of release will not be used within AngularJS Material.
6161
* `minor`: contain breaking changes in addition to patch release changes.
6262
* `patch`: non-breaking changes (no API, CSS, UX changes that will cause breaks in existing AngularJS Material applications).

docs/app/partials/home.tmpl.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ <h2 class="md-headline">AngularJS versus Angular?</h2>
3434
</p>
3535
<ul>
3636
<li>
37-
Current AngularJS Material development efforts are focused on bug fixes, accessibility, and
38-
minor improvements.
39-
</li>
40-
<li>
41-
The Angular Material library (for Angular v2+) can be found in the
42-
<a href="https://github.com/angular/material2" target="_blank" rel="noopener">angular/material2</a>
43-
GitHub repository.
37+
Current development efforts are focused on bug fixes, accessibility, performance, and minor
38+
enhancements.
4439
</li>
4540
</ul>
46-
41+
<br/>
42+
<i>
43+
The Angular Material and Component Dev Kit (CDK) libraries (for Angular v2+) can be found in the
44+
<a href="https://github.com/angular/components" target="_blank" rel="noopener">angular/components</a>
45+
GitHub repository.
46+
</i>
47+
<br/>
4748
<br/>
4849
<h2 class="md-headline">The Latest Material Design</h2>
4950
<p>
@@ -53,7 +54,7 @@ <h2 class="md-headline">The Latest Material Design</h2>
5354
(<a href="https://design.google/library/io-2018-our-definitive-guide-design/" target="_blank" rel="noopener">recap blog post</a>).
5455
For an implementation of this new
5556
<a href="https://material.io/design" target="_blank" rel="noopener">Material Design Specification</a>,
56-
please see the <a href="https://github.com/angular/material2" target="_blank" rel="noopener">Angular Material</a>
57+
please see the <a href="https://github.com/angular/components" target="_blank" rel="noopener">Angular Material</a>
5758
project which is built for <a href="https://angular.io" target="_blank" rel="noopener">Angular</a>
5859
developers.
5960
</p>

docs/content/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,13 +565,13 @@ The `mat-` and `cdk-` prefixes have been omitted to make this table more readabl
565565
[158]: https://material.angularjs.org/latest/Theming/03_configuring_a_theme#extending-existing-palettes
566566
[159]: https://angular.io/api/common/NgClass
567567
[160]: https://caniuse.com/#feat=css-variables
568-
[161]: https://github.com/angular/material2/releases/tag/7.3.3
569-
[162]: https://github.com/angular/material2/issues/4352
568+
[161]: https://github.com/angular/components/releases/tag/7.3.3
569+
[162]: https://github.com/angular/components/issues/4352
570570
[163]: https://material.angular.io/guide/theming#using-a-pre-built-theme
571571
[164]: https://material.angular.io/guide/theming#defining-a-custom-theme
572572
[165]: https://material.angular.io/guide/theming#multiple-themes
573573
[166]: https://material.angular.io/guide/theming#theming-only-certain-components
574-
[167]: https://github.com/angular/material2/blob/7.3.6/src/lib/core/theming/_palette.scss#L72-L103
574+
[167]: https://github.com/angular/components/blob/7.3.6/src/lib/core/theming/_palette.scss#L72-L103
575575
[168]: https://material.angular.io/guide/theming-your-components
576576
[169]: https://material.angularjs.org/latest/Theming/03_configuring_a_theme#specifying-custom-hues-for-color-intentions
577577
[170]: https://sass-lang.com/

src/components/autocomplete/demoCustomTemplate/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
'name' : 'Angular Material',
71-
'url' : 'https://github.com/angular/material2',
71+
'url' : 'https://github.com/angular/components',
7272
'watchers' : '727',
7373
'forks' : '1,241',
7474
},

src/components/autocomplete/demoRepeatMode/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
},
7575
{
7676
'name' : 'Angular Material',
77-
'url' : 'https://github.com/angular/material2',
78-
'desc' : 'Material Design (2017+) components built for and with Angular ' +
77+
'url' : 'https://github.com/angular/components',
78+
'desc' : 'Material Design (2018+) components built for and with Angular ' +
7979
'and Typescript',
8080
'watchers' : '727',
8181
'forks' : '1,241',

0 commit comments

Comments
 (0)