From 7839892e8d87670aa15ceca2c8c9aa2e681f72fd Mon Sep 17 00:00:00 2001 From: yogeshk34 Date: Tue, 9 Jun 2026 14:33:39 +0530 Subject: [PATCH] Fix broken Contributing Guidelines link to point to besu-eth/besu repository Signed-off-by: yogeshk34 --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 6a254b9..b6b9fa0 100644 --- a/profile/README.md +++ b/profile/README.md @@ -33,7 +33,7 @@ To install the Besu binary, follow [these instructions](https://besu.hyperledger ## Besu Developers -* [Contributing Guidelines] +* [Contributing Guidelines](https://github.com/besu-eth/besu/blob/main/CONTRIBUTING.md) * [Coding Conventions](https://lf-hyperledger.atlassian.net/wiki/spaces/BESU/pages/22154259/Coding+Conventions) * [Command Line Interface (CLI) Style Guide](https://lf-hyperledger.atlassian.net/wiki/spaces/BESU/pages/22154260/Besu+CLI+Style+Guide) * [Besu User Documentation] for running and using Besu @@ -69,4 +69,4 @@ To learn how to run the tests and enable opcode-level JSON tracing for debugging [Besu Issues]: https://github.com/hyperledger/besu/issues [Besu User Documentation]: https://besu.hyperledger.org [Besu channel on Discord]: https://discord.com/invite/hyperledger -[Contributing Guidelines]: CONTRIBUTING.md +[Contributing Guidelines]: https://github.com/besu-eth/besu/blob/main/CONTRIBUTING.md