From 66ee294b0c9a062d97383fed455874f97a98344a Mon Sep 17 00:00:00 2001 From: Victor Hiairrassary <victor.hiairrassary@gmail.com> Date: Wed, 7 Aug 2024 23:29:57 -0700 Subject: [PATCH] Fix link in CONTRIBUTING.md Without this fix the link is not properly rendered Closes #23209. PiperOrigin-RevId: 660699867 Change-Id: I5c208c9d41aaa078a2851e980f1991e26d871ee3 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c49dec7c3473b2..38833bb687d2a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ again. ## Patch Acceptance Process -Read how to [build Bazel from source] (https://bazel.build/install/compile-source), +Read how to [build Bazel from source](https://bazel.build/install/compile-source), [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-issue)