From 1d85222911b88132fcb2ce704d0970b7c7b1a0ea Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Fri, 2 Aug 2024 16:55:46 +0200 Subject: [PATCH] Fix broken path in readme (#184) Signed-off-by: Markus Hofbauer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3322d0c..6872658 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,6 @@ We welcome contributions from the community. Read our [guide to contributing](ht ## References -- [Generating a Bazel profile](https://docs.engflow.com/docs/re/faq.html#how-do-i-capture-a-bazel-profile) +- [Generating a Bazel + profile](https://docs.engflow.com/re/faq.html#how-do-i-capture-a-bazel-profile) - [Interpreting a Bazel profile](https://bazel.build/rules/performance#performance-profiling)