Skip to content

Commit 977d461

Browse files
MeAkibdgp1130
authored andcommitted
refactor: update license URL from angular.io to angular.dev and angular material link
Update all license URL references throughout the codebase to point to the new angular.dev domain. This is a non-functional change that only affects the license links in source file headers. (cherry picked from commit 6ed2cb7)
1 parent f13c845 commit 977d461

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This is a monorepo which contains many tools and packages:
180180
[quickstart]: https://angular.dev/tutorials/learn-angular
181181
[changelog]: CHANGELOG.md
182182
[documentation]: https://angular.dev/overview
183-
[angularmaterial]: https://material.angular.io/
183+
[angularmaterial]: https://material.angular.dev/
184184
[cli]: https://angular.dev/tools/cli
185185
[adev]: https://angular.dev/
186186
[workspaceconfig]: https://angular.dev/reference/configs/workspace-config

packages/angular/build/src/builders/application/tests/behavior/typescript-incremental_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import { buildApplication } from '../../index';

packages/angular/ssr/third_party/beasties/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export { default } from 'beasties';

scripts/templates/readme.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ for (const pkgName of packages) {
197197
[quickstart]: https://angular.dev/tutorials/learn-angular
198198
[changelog]: CHANGELOG.md
199199
[documentation]: https://angular.dev/overview
200-
[angularmaterial]: https://material.angular.io/
200+
[angularmaterial]: https://material.angular.dev/
201201
[cli]: https://angular.dev/tools/cli
202202
[adev]: https://angular.dev/
203203
[workspaceconfig]: https://angular.dev/reference/configs/workspace-config

tests/e2e/assets/ssr-project-webpack/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h2>Resources</h2>
481481
</svg>
482482
</a>
483483

484-
<a class="card" target="_blank" rel="noopener" href="https://material.angular.io">
484+
<a class="card" target="_blank" rel="noopener" href="https://material.angular.dev">
485485
<svg
486486
xmlns="http://www.w3.org/2000/svg"
487487
style="margin-right: 8px"

0 commit comments

Comments
 (0)