mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: fix outdated links from docs to contributing-docs folder in markdown documents (#56462)
PR Close #56462
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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)
|
||||
*
|
||||
* |--------------------|-------------------------------------------------------------------|
|
||||
|
||||
@@ -8,4 +8,4 @@ organization members to initiate a benchmark comparison via a GitHub comment in
|
||||
|
||||
### Docs
|
||||
|
||||
See .
|
||||
See .
|
||||
|
||||
Reference in New Issue
Block a user