docs: use dedicated anchors for links to CONTRIBUTING.md (#41250)
Previously, some links to specific sections of `CONTRIBUTING.md` were using hashes automatically generated by GitHub based on the section headings. This resulted in less readable hashes which were directly tied to the heading text and thus less robust (i.e. more likely to break if the heading was re-worded in the future). This commit switches such links to use the dedicated anchors, which are more succinct/readable and more stable. PR Close #41250
This commit is contained in:
committed by
Alex Rickabaugh
parent
9629e232e0
commit
f190c41e50
@@ -43,7 +43,7 @@ Share the link to the repo below along with step-by-step instructions to reprodu
|
||||
|
||||
Issues that don't have enough info and can't be reproduced will be closed.
|
||||
|
||||
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue
|
||||
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#submit-issue
|
||||
-->
|
||||
|
||||
## 🔥 Exception or Error
|
||||
|
||||
Reference in New Issue
Block a user