From a833c37f9cacc4da819abcd29ea4a234f27ad1fc Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Tue, 21 Dec 2021 21:03:11 +0530 Subject: [PATCH 1/2] chore: Corrected embedded link to the course Signed-off-by: Hemant Sachdeva --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b1340821..680acb85 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ Starter code for Android Basics codelab - Store the data in a ViewModel Unscramble is a single player game app that displays scrambled words. To play the game, player has to make a word using all the letters from the displayed scrambled word. -Used in the [Android Basics with Kotlin](https://developer.android -.com/courses/android-basics-kotlin/course) course. +Used in the [Android Basics with Kotlin](https://developer.android.com/courses/android-basics-kotlin/course) course. Pre-requisites From 4b2e72de641c61aeb2df16db580321634cde5c8a Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Tue, 21 Dec 2021 21:37:38 +0530 Subject: [PATCH 2/2] chore: Corrected markdown syntax for link to CLA Signed-off-by: Hemant Sachdeva --- CONTRIBUTING.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e0558e0..520f32ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,11 +9,9 @@ Please fill out either the individual or corporate Contributor License Agreement (CLA). * If you are an individual writing original source code and you're sure you - own the intellectual property, then you'll need to sign an [individual CLA] - (https://developers.google.com/open-source/cla/individual). + own the intellectual property, then you'll need to sign an [individual CLA](https://developers.google.com/open-source/cla/individual). * If you work for a company that wants to allow you to contribute your work, - then you'll need to sign a [corporate CLA] - (https://developers.google.com/open-source/cla/corporate). + then you'll need to sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate). Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll be able to @@ -28,9 +26,7 @@ accept your pull requests. 1. Fork the desired repo, develop and test your code changes. 1. Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the - [Google Cloud Platform Samples Style Guide] - (https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the + [Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the recommended coding standards for this organization. 1. Ensure that your code has an appropriate set of unit tests which all pass. 1. Submit a pull request. -