From 70c5678c621ce869583a9904bad28b58c4c9cf79 Mon Sep 17 00:00:00 2001 From: Amol Grover <29180487+frextrite@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:18:41 +0530 Subject: [PATCH] Fix hyperlink markdown (#2926) --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a09deb2d..81dfba73d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,7 @@ Want to contribute? Great! First, read this page (including the small print at t ### Before you contribute Before we can use your code, you must sign the -[Google Individual Contributor License Agreement] -(https://cla.developers.google.com/about/google-individual) +[Google Individual Contributor License Agreement](https://cla.developers.google.com/about/google-individual) (CLA), which you can do online. The CLA is necessary mainly because you own the copyright to your changes, even after your contribution becomes part of our codebase, so we need your permission to use and distribute your code. We also @@ -23,5 +22,4 @@ use GitHub pull requests for this purpose. ### The small print Contributions made by corporations are covered by a different agreement than the one above, the -[Software Grant and Corporate Contributor License Agreement] -(https://cla.developers.google.com/about/google-corporate). +[Software Grant and Corporate Contributor License Agreement](https://cla.developers.google.com/about/google-corporate).