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:
mgechev 2021-05-06 13:55:49 -07:00 committed by Alex Rickabaugh
parent 209768a570
commit ce8e011a9f
1 changed files with 3 additions and 1 deletions

View File

@ -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?