docs: fix outdated links from docs to contributing-docs folder in markdown documents (#56462)

PR Close #56462
This commit is contained in:
Arek
2024-06-14 23:23:00 +02:00
committed by Andrew Kushnir
parent 5a45d2b6b1
commit 278c4a1fcb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ Angular is cross-platform, fast, scalable, has incredible tooling, and is loved
## Ecosystem
<p>
<img src="/docs/images/angular-ecosystem-logos.png" alt="angular ecosystem logos" width="500px" height="auto">
<img src="/contributing-docs/images/angular-ecosystem-logos.png" alt="angular ecosystem logos" width="500px" height="auto">
</p>
- [Angular Command Line (CLI)][cli]
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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)
*
* |--------------------|-------------------------------------------------------------------|
+1 -1
View File
@@ -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).