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:
Igor Minar
2020-05-19 18:12:53 -07:00
committed by Kara Erickson
parent 14ffecdf09
commit 57236f1e11

View File

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