From a7ff433fc33be500df357b60f4e32675de540491 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 31 May 2022 00:36:06 +0100 Subject: [PATCH] CONTRIBUTING.md: Fix broken link (#7994) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a1477c58..8adb93d7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ are important to the project's success. but [contact us](README.md#discussion) before starting significant work. * Create your stubs, considering [what to include](#what-to-include) and conforming to the [coding style](#stub-file-coding-style). -4. [Format and check your stubs](#formatting-stubs). +4. Optionally [format and check your stubs](#code-formatting). 5. Optionally [run the tests](tests/README.md). 6. [Submit your changes](#submitting-changes) by opening a pull request.