Skip to content

Commit 5db170c

Browse files
JeanMecheAndrewKushnir
authored andcommitted
docs: replace absolute links to aio with relative links. (#50213)
This change follows the introduction of the warning message from a transform processor to prevent absolute links to angular.io. PR Close #50213
1 parent bad7bae commit 5db170c

File tree

15 files changed

+54
-54
lines changed

15 files changed

+54
-54
lines changed

aio/content/guide/esbuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="alert is-important">
44

5-
The esbuild-based ECMAScript module (ESM) application build system feature is available for [developer preview](guide/releases#developer-preview).
5+
The esbuild-based ECMAScript module (ESM) application build system feature is available for [developer preview](/guide/releases#developer-preview).
66
It's ready for you to try, but it might change before it is stable and is not yet recommended for production builds.
77

88
</div>
@@ -64,7 +64,7 @@ ng serve
6464

6565
</code-example>
6666

67-
You can continue to use the [command line options](https://angular.io/cli/serve) you have used in the past with the development server.
67+
You can continue to use the [command line options](/cli/serve) you have used in the past with the development server.
6868

6969
<div class="alert is-important">
7070

aio/content/guide/rxjs-interop.md

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

33
<div class="alert is-important">
44

5-
The RxJS Interop package is available for [developer preview](https://angular.io/guide/releases#developer-preview). It's ready for you to try, but it might change before it is stable.
5+
The RxJS Interop package is available for [developer preview](/guide/releases#developer-preview). It's ready for you to try, but it might change before it is stable.
66

77
</div>
88

aio/content/guide/signals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rendering updates.
55

66
<div class="alert is-important">
77

8-
Angular signals are available for [developer preview](https://angular.io/guide/releases#developer-preview). They're ready for you to try, but may change before they are stable.
8+
Angular signals are available for [developer preview](/guide/releases#developer-preview). They're ready for you to try, but may change before they are stable.
99

1010
</div>
1111

@@ -107,7 +107,7 @@ Note that dependencies can be removed as well as added. If `showCount` is later
107107

108108
## Reading signals in `OnPush` components
109109

110-
When an `OnPush` component uses a signal's value in its template, Angular will track the signal as a dependency of that component. When that signal is updated, Angular automatically [marks](https://angular.io/api/core/ChangeDetectorRef#markforcheck) the component to ensure it gets updated the next time change detection runs. Refer to the [Skipping component subtrees](https://angular.io/guide/change-detection-skipping-subtrees) guide for more information about `OnPush` components.
110+
When an `OnPush` component uses a signal's value in its template, Angular will track the signal as a dependency of that component. When that signal is updated, Angular automatically [marks](/api/core/ChangeDetectorRef#markforcheck) the component to ensure it gets updated the next time change detection runs. Refer to the [Skipping component subtrees](/guide/change-detection-skipping-subtrees) guide for more information about `OnPush` components.
111111

112112
## Effects
113113

aio/content/marketing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributors page
22

3-
We have an official accounting of who is on the Angular Team \(see https://angular.io/about?group=Angular\), who are "trusted collaborators" \(see https://angular.io/about?group=Collaborators\), and so on.
3+
We have an official accounting of who is on the Angular Team \(see [this link](/about?group=Angular)\), who are "trusted collaborators" \(see [this link](/about?group=Collaborators)\), and so on.
44

55
The `contributors.json` should be maintained to keep our "org chart" in a single consistent place.
66

@@ -12,7 +12,7 @@ There are two pages:
1212
(Googlers: source at http://google3/googledata/devsite/content/en/experts/all/technology/angular.html) which is maintained by Dawid Ostrowski based on a spreadsheet https://docs.google.com/spreadsheets/d/1_Ls2Kle7NxPBIG8f3OEVZ4gJZ8OCTtBxGYwMPb1TUVE/edit#gid=0.
1313
<!-- gkalpak: That URL doesn't seem to work anymore. New URL: https://developers.google.com/programs/experts/directory/ (?) -->
1414

15-
* Ours: https://angular.io/about?group=GDE which is derived from `contributors.json`.
15+
* [Ours](/about?group=GDE) which is derived from `contributors.json`.
1616

1717
## About the data
1818

aio/content/tutorial/first-app/first-app-lesson-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ If have any trouble with this lesson, review the completed code for it in the <l
130130

131131
For more information about the topics covered in this lesson, visit:
132132

133-
* [Angular Components](https://angular.io/guide/component-overview)
134-
* [Creating applications with the Angular CLI](https://angular.io/cli)
133+
* [Angular Components](/guide/component-overview)
134+
* [Creating applications with the Angular CLI](/cli)

aio/content/tutorial/first-app/first-app-lesson-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# First Angular app lesson 2 - Create Home component
22

3-
This tutorial lesson demonstrates how to create a new [component](https://angular.io/guide/component-overview) for your Angular app.
3+
This tutorial lesson demonstrates how to create a new [component](/guide/component-overview) for your Angular app.
44

55
**Time required:** expect to spend about 10 minutes to complete this lesson.
66

@@ -40,7 +40,7 @@ When you create your `HomeComponent`, you use these properties:
4040
* `template`: to describe the component's HTML markup and layout.
4141
* `styleUrls`: to list the URLs of the CSS files that the component users in an array.
4242

43-
Components have other [properties](https://angular.io/api/core/Component), but these are the ones used by `HomeComponent`.
43+
Components have other [properties](/api/core/Component), but these are the ones used by `HomeComponent`.
4444

4545
## Lesson steps
4646

aio/content/tutorial/first-app/first-app-lesson-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `HomeComponent` already contains an input field that you will use to capture
5050
&lt;input type="text" placeholder="Filter by city" #filter&gt;
5151
</code-example>
5252

53-
This example uses a [template variable](https://angular.io/guide/template-reference-variables) to get access to the input as its value.
53+
This example uses a [template variable](/guide/template-reference-variables) to get access to the input as its value.
5454

5555
1. Next, update the component template to attach an event handler to the "search" button.
5656

aio/content/tutorial/first-app/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you do not have a version of `node.js` installed, please follow the [directio
7777

7878
### Step 3 - Install the latest version of Angular
7979

80-
With `node.js` and `npm` installed, the next step is to install the [Angular CLI](https://angular.io/cli) which provides tooling for effective Angular development.
80+
With `node.js` and `npm` installed, the next step is to install the [Angular CLI](/cli) which provides tooling for effective Angular development.
8181

8282
From a **Terminal** window:
8383

@@ -103,5 +103,5 @@ In this lesson, you learned about the app that you build in this tutorial and pr
103103

104104
For more information about the topics covered in this lesson, visit:
105105

106-
* [What is Angular](https://angular.io/guide/what-is-angular)
107-
* [Angular CLI Reference](https://angular.io/cli)
106+
* [What is Angular](/guide/what-is-angular)
107+
* [Angular CLI Reference](/cli)

packages/common/src/i18n/format_date.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum TranslationType {
5757
* @returns The formatted date string.
5858
*
5959
* @see `DatePipe`
60-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
60+
* @see [Internationalization (i18n) Guide](/guide/i18n-overview)
6161
*
6262
* @publicApi
6363
*/

packages/common/src/i18n/format_number.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function formatNumberToLocaleString(
143143
*
144144
* @see `formatNumber()`
145145
* @see `DecimalPipe`
146-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
146+
* @see [Internationalization (i18n) Guide](/guide/i18n-overview)
147147
*
148148
* @publicApi
149149
*/
@@ -184,7 +184,7 @@ export function formatCurrency(
184184
*
185185
* @see `formatNumber()`
186186
* @see `DecimalPipe`
187-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
187+
* @see [Internationalization (i18n) Guide](/guide/i18n-overview)
188188
* @publicApi
189189
*
190190
*/
@@ -210,7 +210,7 @@ export function formatPercent(value: number, locale: string, digitsInfo?: string
210210
* `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.
211211
*
212212
* @returns The formatted text string.
213-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
213+
* @see [Internationalization (i18n) Guide](/guide/i18n-overview)
214214
*
215215
* @publicApi
216216
*/

0 commit comments

Comments
 (0)