Skip to content

Commit d6f7962

Browse files
davidlj95alan-agius4
authored andcommitted
docs: aio->adev links in readme, docs & gh dirs
1 parent 3107ad7 commit d6f7962

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Docs or angular.io issue report
3+
- name: Docs or angular.dev issue report
44
url: https://github.com/angular/angular/issues/new
5-
about: Report an issue in Angular's documentation or angular.io application
5+
about: Report an issue in Angular's documentation or angular.dev application
66
- name: Security issue disclosure
7-
url: https://angular.io/guide/security#report-issues
7+
url: https://angular.dev/best-practices/security
88
about: Report a security issue in Angular Framework, Material, or CLI
99
- name: Support request
1010
url: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#question

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Angular is part of Google [Open Source Software Vulnerability Reward Program](https://bughunters.google.com/about/rules/6521337925468160/google-open-source-software-vulnerability-reward-program-rules). For vulnerabilities in Angular, please submit your report [here](https://bughunters.google.com/report).
22

3-
For more information, check out [Angular's security policy](https://angular.io/guide/security).
3+
For more information, check out [Angular's security policy](https://angular.dev/best-practices/security).

docs/design/build-system.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Angular CLI includes a first-party build system for Angular applications distributed as `@angular-devkit/build-angular`.
44
This build system is responsible for creating a standalone single-page application (SPA) from user source files and third-party dependencies.
55

6-
`@angular-devkit/build-angular` itself integrates with the rest of Angular CLI by being an [Architect builder](https://angular.io/guide/cli-builder).
6+
`@angular-devkit/build-angular` itself integrates with the rest of Angular CLI by being an [Architect builder](https://angular.dev/tools/cli/cli-builder).
77
This document describes a top level view of the functionality in `@angular-devkit/build-angular`, referred as just the "build system".
88
Deprecated or soon to be removed features are not described here.
99

@@ -33,7 +33,7 @@ A given build will load these sources from disk, process them, and bundle them t
3333

3434
### TypeScript and Ahead-Of-Time Compilation
3535

36-
Angular builds rely heavily on TypeScript-specific functionality for [Ahead-of-Time template compilation](https://angular.io/guide/aot-compiler) (AOT).
36+
Angular builds rely heavily on TypeScript-specific functionality for [Ahead-of-Time template compilation](https://angular.dev/tools/cli/aot-compiler) (AOT).
3737
Outside Angular CLI, this is performed by the Angular Compiler (`ngc`), provided by `@angular/compiler-cli`.
3838
To avail of Ahead-of-Time template compilation within a Webpack compilation we use and distribute the `@ngtools/webpack` Webpack plugin.
3939

docs/process/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ yarn ng-dev pr merge <pr>
4949

5050
### Maintaining LTS branches
5151

52-
Releases that are under Long Term Support (LTS) are listed on [angular.io](https://angular.io/guide/releases#support-policy-and-schedule).
52+
Releases that are under Long Term Support (LTS) are listed on [angular.dev](https://angular.dev/reference/releases#support-policy-and-schedule).
5353

5454
Since there could be more than one LTS branch at any one time, PR authors who want to
5555
merge commits into LTS branches must open a pull request against the specific base branch they'd like to target.

scripts/templates/readme.ejs

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</p>
2323

2424
<p style="text-align: center">
25-
<a href="https://cli.angular.io"><strong>cli.angular.io</strong></a>
25+
<a href="https://angular.dev/tools/cli"><strong>angular.dev/tools/cli</strong></a>
2626
<br>
2727
</p>
2828

@@ -31,7 +31,7 @@
3131
·
3232
<a href="https://github.com/angular/angular-cli/issues">Submit an Issue</a>
3333
·
34-
<a href="https://blog.angular.io/">Blog</a>
34+
<a href="https://blog.angular.dev/">Blog</a>
3535
<br>
3636
<br>
3737
</p>
@@ -97,7 +97,7 @@ Angular is cross-platform, fast, scalable, has incredible tooling, and is loved
9797
<img src="/docs/images/angular-ecosystem-logos.png" alt="angular ecosystem logos" width="500px" height="auto">
9898
</p>
9999

100-
- [Angular Framework][aio]
100+
- [Angular Framework][adev]
101101
- [Angular Material][angularmaterial]
102102

103103
## Changelog
@@ -203,15 +203,15 @@ for (const pkgName of packages) {
203203
204204
[contributing]: CONTRIBUTING.md
205205
[developer]: docs/DEVELOPER.md
206-
[quickstart]: https://angular.io/start
206+
[quickstart]: https://angular.dev/tutorials/learn-angular
207207
[changelog]: CHANGELOG.md
208-
[documentation]: https://angular.io/docs
208+
[documentation]: https://angular.dev/overview
209209
[angularmaterial]: https://material.angular.io/
210-
[cli]: https://cli.angular.io/
211-
[aio]: https://angular.io/
212-
[workspaceconfig]: https://angular.io/guide/workspace-config
213-
[schematics]: https://angular.io/guide/schematics
214-
[filestructure]: https://angular.io/guide/file-structure
210+
[cli]: https://angular.dev/tools/cli
211+
[adev]: https://angular.dev/
212+
[workspaceconfig]: https://angular.dev/reference/configs/workspace-config
213+
[schematics]: https://angular.dev/tools/cli/schematics
214+
[filestructure]: https://angular.dev/reference/configs/file-structure
215215
[node.js]: https://nodejs.org/
216216
[npm]: https://www.npmjs.com/get-npm
217217
[codeofconduct]: https://github.com/angular/angular/blob/main/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)