Skip to content

Commit a184950

Browse files
authored
Merge pull request #54 from Arthur-Milchior/main
NF: correct markdown
2 parents c7f4b47 + 758efe2 commit a184950

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Please fill out either the individual or corporate Contributor License Agreement
99
(CLA).
1010

1111
* If you are an individual writing original source code and you're sure you
12-
own the intellectual property, then you'll need to sign an [individual CLA]
13-
(https://developers.google.com/open-source/cla/individual).
12+
own the intellectual property, then you'll need to sign an
13+
[individual CLA](https://developers.google.com/open-source/cla/individual).
1414
* If you work for a company that wants to allow you to contribute your work,
15-
then you'll need to sign a [corporate CLA]
16-
(https://developers.google.com/open-source/cla/corporate).
15+
then you'll need to sign a
16+
[corporate CLA](https://developers.google.com/open-source/cla/corporate).
1717

1818
Follow either of the two links above to access the appropriate CLA and
1919
instructions for how to sign and return it. Once we receive it, we'll be able to
@@ -28,9 +28,8 @@ accept your pull requests.
2828
1. Fork the desired repo, develop and test your code changes.
2929
1. Ensure that your code adheres to the existing style in the sample to which
3030
you are contributing. Refer to the
31-
[Google Cloud Platform Samples Style Guide]
32-
(https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the
33-
recommended coding standards for this organization.
31+
[Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Template/wiki/style.html)
32+
for the recommended coding standards for this organization.
3433
1. Ensure that your code has an appropriate set of unit tests which all pass.
3534
1. Submit a pull request.
3635

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ submitting a pull request through GitHub.
175175

176176
License
177177
-------
178-
Licensed under the Apache 2.0 license. See the LICENSE file for details.
178+
Licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for
179+
details.
179180

180181
How to make contributions?
181182
--------------------------
182-
Please read and follow the steps in the CONTRIBUTING.md
183+
Please read and follow the steps in the [CONTRIBUTING](CONTRIBUTING.md)

0 commit comments

Comments
 (0)