From 886f90516d3cb711c6a18638f2ecbb74160b3edb Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 19 May 2020 18:12:53 -0700 Subject: [PATCH] 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 --- docs/DEVELOPER.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 522fbda0da..57da92dec5 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -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. + ## Formatting your source code