Skip to content

Commit

Permalink
Docs: Change "Code Conventions" link in pull-requests.md (#12401)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq authored and aladdin-add committed Nov 15, 2019
1 parent fed20bb commit 0a480f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/contributing/pull-requests.md
Expand Up @@ -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<a name="step6"></a>

Expand Down

0 comments on commit 0a480f8

Please sign in to comment.