From e4f825833060d4ead3491f0b52bc6ac34d07d83c Mon Sep 17 00:00:00 2001 From: jceresini Date: Mon, 5 Jan 2026 22:43:57 -0500 Subject: [PATCH] Minor fix for documentation link (#15221) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 250297d7a..aec5e1caf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,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](https://typing.readthedocs.io/en/latest/guides/writing_stubs.html#style-guide). -4. Optionally [format and check your stubs](#code-formatting). +4. Optionally [format and check your stubs](#stub-content-and-style). 5. Optionally [run the tests](tests/README.md). 6. [Submit your changes](#submitting-changes) by opening a pull request. 7. Make sure that all tests in CI are passing.