From 0a480f8307a0e438032f484254941e6426748143 Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Sat, 16 Nov 2019 00:30:50 +0300 Subject: [PATCH] Docs: Change "Code Conventions" link in pull-requests.md (#12401) --- docs/developer-guide/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/contributing/pull-requests.md b/docs/developer-guide/contributing/pull-requests.md index a1bc8f6bffc..ef4169e23d0 100644 --- a/docs/developer-guide/contributing/pull-requests.md +++ b/docs/developer-guide/contributing/pull-requests.md @@ -112,7 +112,7 @@ With your code ready to go, this is a good time to double-check your submission * Make separate pull requests for unrelated changes. Large pull requests with multiple unrelated changes may be closed without merging. * All changes must be accompanied by tests, even if the feature you're working on previously had no tests. * All user-facing changes must be accompanied by appropriate documentation. -* Follow the [Code Conventions](../code-conventions.html). +* Follow the [Code Conventions](../code-conventions.md). ### Step 6: Push your changes