hardware/intel/common/libva
修订版 | 40a735d61e2c2ec8a9e97e2a555b0e7f94507d27 (tree) |
---|---|
时间 | 2017-04-19 16:51:57 |
作者 | Andrey Maslennikov <andrew.maslennikov@gmai...> |
Commiter | GitHub |
Fix links formatting in CONTRIBUTING.md
@@ -1,6 +1,6 @@ | ||
1 | 1 | # Contributing to libva |
2 | 2 | |
3 | -Libva is an open source project licensed under the [MIT License] (https://opensource.org/licenses/MIT) | |
3 | +Libva is an open source project licensed under the [MIT License](https://opensource.org/licenses/MIT) | |
4 | 4 | |
5 | 5 | ## Coding Style |
6 | 6 |
@@ -8,7 +8,7 @@ Libva does not have a defined coding style at this time, but that will be update | ||
8 | 8 | |
9 | 9 | ## Certificate of Origin |
10 | 10 | |
11 | -In order to get a clear contribution chain of trust we use the [signed-off-by language] (https://01.org/community/signed-process) | |
11 | +In order to get a clear contribution chain of trust we use the [signed-off-by language](https://01.org/community/signed-process) | |
12 | 12 | used by the Linux kernel project. |
13 | 13 | ## Patch format |
14 | 14 |
@@ -19,7 +19,7 @@ Beside the signed-off-by footer, we expect each patch to comply with the followi | ||
19 | 19 | |
20 | 20 | More detailed explanation of your changes: Why and how. |
21 | 21 | Wrap it to 72 characters. |
22 | -See [here] (http://chris.beams.io/posts/git-commit/) | |
22 | +See [here](http://chris.beams.io/posts/git-commit/) | |
23 | 23 | for some more good advices. |
24 | 24 | |
25 | 25 | Signed-off-by: <contributor@foo.com> |