docs: use relative path for the feature request process diagram (#41970)
Center the diagram and use a relative path to make sure we don't break a branch if we restructure `master`/`main`. PR Close #41970
This commit is contained in:
parent
209768a570
commit
ce8e011a9f
|
@ -40,7 +40,9 @@ we prioritize the request, alternatively we close it.
|
|||
|
||||
## Diagram
|
||||
|
||||
![Feature Request Automation](https://github.com/angular/angular/raw/master/docs/images/feature-request-automation.png)
|
||||
<p align="center" width="100%">
|
||||
<img src="./images/feature-request-automation.png" alt="Feature Request Automation">
|
||||
</p>
|
||||
|
||||
## What if I want to implement the feature to help the Angular team?
|
||||
|
||||
|
|
Loading…
Reference in New Issue