diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-10-01 11:28:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 11:28:43 +0100 |
commit | 1e8d3af901acf228c722e6ab82df12bb4178437f (patch) | |
tree | bfd5f1555c1790647903ab1300cd043a326bd0e6 | |
parent | 07a2fd6af6a74df278be9d4b757e4ad037fd1687 (diff) | |
parent | fc5747f39761cb0d448ad7e24072c653de8fa6a3 (diff) |
Merge pull request #1590 from sandrine-bailleux-arm/sb/doc-fixes
Update link to Linux coding style
-rw-r--r-- | contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.rst b/contributing.rst index c3eadbb5..5ab7f095 100644 --- a/contributing.rst +++ b/contributing.rst @@ -116,7 +116,7 @@ Submitting Changes .. _Fork: https://help.github.com/articles/fork-a-repo .. _arm-trusted-firmware: https://github.com/ARM-software/arm-trusted-firmware .. _Git guidelines: http://git-scm.com/book/ch5-2.html -.. _Linux coding style: https://www.kernel.org/doc/Documentation/CodingStyle +.. _Linux coding style: https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst .. _User Guide: ./docs/user-guide.rst .. _automatically closed: https://help.github.com/articles/closing-issues-via-commit-messages .. _Porting Guide: ./docs/porting-guide.rst |