summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Maslennikov <andrew.maslennikov@gmail.com>2017-04-19 10:51:57 +0300
committerXiang, Haihao <haihao.xiang@intel.com>2017-06-12 09:41:00 +0800
commitd86325ac67fd4479094b8646e772222e4e97871c (patch)
treee17123b33b6e1ede7055f649b8bd2e56e12ec0b1
parente4a4d5acd483b4b68625e2cc0407d3f4df0de9df (diff)
downloadlibva-d86325ac67fd4479094b8646e772222e4e97871c.tar.gz
Fix links formatting in CONTRIBUTING.md
(cherry picked from commit 40a735d61e2c2ec8a9e97e2a555b0e7f94507d27)
-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>