summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrey Maslennikov <andrew.maslennikov@gmail.com>2017-04-19 10:51:57 +0300
committerGitHub <noreply@github.com>2017-04-19 10:51:57 +0300
commit40a735d61e2c2ec8a9e97e2a555b0e7f94507d27 (patch)
treec326021a41e3b4dbc09d4dfb2475a8f912528425 /CONTRIBUTING.md
parentb120e839fbe31267b8c721d3e12fa6d364c15d6d (diff)
downloadlibva-40a735d61e2c2ec8a9e97e2a555b0e7f94507d27.tar.gz
Fix links formatting in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 22de89b..3eea866 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to libva
-Libva is an open source project licensed under the [MIT License] (https://opensource.org/licenses/MIT)
+Libva is an open source project licensed under the [MIT License](https://opensource.org/licenses/MIT)
## Coding Style
@@ -8,7 +8,7 @@ Libva does not have a defined coding style at this time, but that will be update
## Certificate of Origin
-In order to get a clear contribution chain of trust we use the [signed-off-by language] (https://01.org/community/signed-process)
+In order to get a clear contribution chain of trust we use the [signed-off-by language](https://01.org/community/signed-process)
used by the Linux kernel project.
## Patch format
@@ -19,7 +19,7 @@ Beside the signed-off-by footer, we expect each patch to comply with the followi
More detailed explanation of your changes: Why and how.
Wrap it to 72 characters.
-See [here] (http://chris.beams.io/posts/git-commit/)
+See [here](http://chris.beams.io/posts/git-commit/)
for some more good advices.
Signed-off-by: <contributor@foo.com>