From 7fef1e369657927af35fcd4ae4034c2c69a8656f Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Thu, 10 Oct 2019 14:40:52 +0300 Subject: [PATCH] Fix: Change "Code Conventions" link in pull-requests.md --- 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