From 462e33448853701a02378a30d1b3c79daa4235f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Anda=20Estensen?= Date: Tue, 17 Dec 2024 16:58:55 +0100 Subject: [PATCH] fix: correct link that doesn't pass validation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 096e9a863..9c4cbf749 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Before submitting a pull request: - Make sure your changes are logically grouped and adhere to Rust standards (e.g., run `just fmt` and `just clippy`). - Include tests for any new functionality or bug fixes. - Consider opening a draft pull request if your work is ongoing or you’d like early feedback. -- Consider [running the devnet locally](README.md#Running-the-devnet) when testing. +- Consider [running the devnet locally](README.md#running-the-devnet) when testing. - We use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages. ---