diff --git a/README.md b/README.md index b1ac180741c..0a0fa102da9 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Angular is cross-platform, fast, scalable, has incredible tooling, and is loved ## Ecosystem

- angular ecosystem logos + angular ecosystem logos

- [Angular Command Line (CLI)][cli] diff --git a/adev/src/content/reference/releases.md b/adev/src/content/reference/releases.md index f7bb8210766..24123fab5c3 100644 --- a/adev/src/content/reference/releases.md +++ b/adev/src/content/reference/releases.md @@ -122,7 +122,7 @@ To help ensure that you have sufficient time and a clear path to update, this is Angular is a collection of many packages, subprojects, and tools. To prevent accidental use of private APIs and so that you can clearly understand what is covered by the practices described here — we document what is and is not considered our public API surface. -For details, see [Supported Public API Surface of Angular](https://github.com/angular/angular/blob/main/docs/PUBLIC_API.md "Supported Public API Surface of Angular"). +For details, see [Supported Public API Surface of Angular](https://github.com/angular/angular/blob/main/contributing-docs/public-api-surface.md "Supported Public API Surface of Angular"). To guarantee backward compatibility of Angular we run a series of checks before we merge any change: diff --git a/aio/scripts/deploy-to-firebase/index.mjs b/aio/scripts/deploy-to-firebase/index.mjs index 63d424cc049..ee97bee7132 100644 --- a/aio/scripts/deploy-to-firebase/index.mjs +++ b/aio/scripts/deploy-to-firebase/index.mjs @@ -10,7 +10,7 @@ * For more details on each deployment target, see the `deploymentInfoPerTarget` object inside the * `computeDeploymentsInfo()` function. * For additional information/terminology, see also: - * - [Angular Branching and Versioning: A Practical Guide](../../../docs/BRANCHES.md) + * - [Angular Branching and Versioning: A Practical Guide](../../../contributing-docs/branches-and-versioning.md) * - [Angular Development Phases](https://docs.google.com/document/d/197kVillDwx-RZtSVOBtPb4BBIAw0E9RT3q3v6DZkykU) * * |--------------------|-------------------------------------------------------------------| diff --git a/scripts/benchmarks/README.md b/scripts/benchmarks/README.md index df4225832da..d3c752cdc7f 100644 --- a/scripts/benchmarks/README.md +++ b/scripts/benchmarks/README.md @@ -8,4 +8,4 @@ organization members to initiate a benchmark comparison via a GitHub comment in ### Docs -See ![the benchmark documentation](../../docs/BENCHMARKS.md). +See ![the benchmark documentation](../../contributing-docs/running-benchmarks.md).