Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 118dc00

Browse files
committed
Update non-code links to GitHub for new repo name
1 parent 4117471 commit 118dc00

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Firefox, and Safari.
5757

5858
Get access to the core Material Design SASS files used to style these components
5959
by copying them and importing
60-
[lib/src/css/_mixins.scss](https://github.com/dart-lang/angular2_components/blob/master/lib/src/css/_mixins.scss)
60+
[lib/src/css/_mixins.scss](https://github.com/dart-lang/angular_components/blob/master/lib/src/css/_mixins.scss)
6161
in your SASS files.
6262

6363

6464
> NOTE: These .scss files are not used during the build step but we are planning
6565
> to add this support. See
66-
> [issue #45](https://github.com/dart-lang/angular2_components/issues/45).
66+
> [issue #45](https://github.com/dart-lang/angular_components/issues/45).

lib/src/components/material_popup/material_popup.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export '../../laminate/popup/popup.dart' show PopupSourceDirective;
2727
/// - Popups closing and opening are automatically delayed to add animations
2828
/// - An additional event, `animationComplete`, is available.
2929
/// - Take advantage of enforceSpaceConstraints defined in
30-
/// [PopupInterface](https://github.com/dart-lang/angular2_components/tree/master/lib/src/laminate/components/popup/src/base.dart).
30+
/// [PopupInterface](https://github.com/dart-lang/angular_components/tree/master/lib/src/laminate/components/popup/src/base.dart).
3131
///
3232
/// This is useful if content size is such that adds scroll to the page.
3333
/// - Even though this component supports [ChangeDetectionStrategy.OnPush]

lib/src/components/material_tooltip/material_tooltip.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/// - `MaterialPaperTooltipComponent`
1111
/// - `MaterialTooltipSourceDirective`
1212
///
13-
/// see [module.dart](https://github.com/dart-lang/angular2_components/blob/master/lib/src/components/material_tooltip/lib/module.dart)
13+
/// see [module.dart](https://github.com/dart-lang/angular_components/blob/master/lib/src/components/material_tooltip/lib/module.dart)
1414
/// for bindings which must be provided in app which use any Material Tooltip
1515
/// component.
1616

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.4.1-beta
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
6-
homepage: https://github.com/dart-lang/angular2_components
6+
homepage: https://github.com/dart-lang/angular_components
77
author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=1.22.0 <2.0.0'

0 commit comments

Comments
 (0)