docs: fix broken link in DEVELOPER.md (#37212)
The TOC at the top refers to an anchor that does not exist. This change adds the missing anchor while preserving the old one in case someone depends on it. PR Close #37212
This commit is contained in:
parent
1faf9bbeb0
commit
886f90516d
|
@ -89,6 +89,7 @@ benefit from Bazel's capability to do incremental builds.
|
|||
All the tests are executed on our Continuous Integration infrastructure. PRs can only be
|
||||
merged if the code is formatted properly and all tests are passing.
|
||||
|
||||
<a name="formatting-your-source-code">
|
||||
<a name="clang-format"></a>
|
||||
## Formatting your source code
|
||||
|
||||
|
|
Loading…
Reference in New Issue