• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

修订版40a735d61e2c2ec8a9e97e2a555b0e7f94507d27 (tree)
时间2017-04-19 16:51:57
作者Andrey Maslennikov <andrew.maslennikov@gmai...>
CommiterGitHub

Log Message

Fix links formatting in CONTRIBUTING.md

更改概述

差异

--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
11 # Contributing to libva
22
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)
44
55 ## Coding Style
66
@@ -8,7 +8,7 @@ Libva does not have a defined coding style at this time, but that will be update
88
99 ## Certificate of Origin
1010
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)
1212 used by the Linux kernel project.
1313 ## Patch format
1414
@@ -19,7 +19,7 @@ Beside the signed-off-by footer, we expect each patch to comply with the followi
1919
2020 More detailed explanation of your changes: Why and how.
2121 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/)
2323 for some more good advices.
2424
2525 Signed-off-by: <contributor@foo.com>