From 277d05ffe65dd563fc1e5dd7edf8c707f5ef0685 Mon Sep 17 00:00:00 2001 From: Marc Redemske Date: Tue, 16 May 2023 05:17:44 -0700 Subject: [PATCH] Fix links in contributing guide These two links are currently broken, because the anchors they're pointing to do not exist. Closes #18317. PiperOrigin-RevId: 532422228 Change-Id: Id86cee8d86cf4bc542575a66707534442adba907 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0685c5240ed7f4..6d63af17f5a4c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,5 +16,5 @@ again. Read how to [contribute to Bazel](https://bazel.build/contributing.html), the [acceptance process for your pull request](https://bazel.build/basics/patching.html), -and the lifecycle of a Bazel [issue](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-of-an-issue) -and [pull request](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-of-a-pull-request). +and the lifecycle of a Bazel [issue](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-issue) +and [pull request](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-pull-request).