From 9c6824f8d5613f60e0e3144ccc22ac232fe7c357 Mon Sep 17 00:00:00 2001 From: Zachary Allard Date: Tue, 26 Jun 2018 15:55:43 -0400 Subject: [PATCH 1/4] Fixed CONTRIB.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b335320ca..fb0ce09b5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-UniversalMusicPlayer/issues Patches are encouraged, and may be submitted by forking this project and -submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. +submitting a pull request through GitHub. Please see CONTRIB.md for more details. License ------- From 51b5b39a73fa1a1f46797f13a3da6213732223df Mon Sep 17 00:00:00 2001 From: Zachary Allard Date: Tue, 26 Jun 2018 16:07:44 -0400 Subject: [PATCH 2/4] Changed the name of CONTRIB.md to CONTRIBUTING.md and reverted README.md to match this --- CONTRIB.md => CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIB.md => CONTRIBUTING.md (100%) diff --git a/CONTRIB.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIB.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index fb0ce09b5..b335320ca 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-UniversalMusicPlayer/issues Patches are encouraged, and may be submitted by forking this project and -submitting a pull request through GitHub. Please see CONTRIB.md for more details. +submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. License ------- From 72a712379babb6bb3d7c9724e4b13728e6bbfb3e Mon Sep 17 00:00:00 2001 From: Zachary Allard Date: Tue, 26 Jun 2018 16:17:11 -0400 Subject: [PATCH 3/4] Added link to CONTRIBUTING.md in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b335320ca..df5eeb6e5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-UniversalMusicPlayer/issues Patches are encouraged, and may be submitted by forking this project and -submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. +submitting a pull request through GitHub. Please see [CONTRIBUTING.md](https://github.com/googlesamples/android-UniversalMusicPlayer/blob/master/CONTRIBUTING.md) for more details. License ------- From 71931ae91bf4c64232d0910c04a6e44e8cb90cbb Mon Sep 17 00:00:00 2001 From: Zachary Allard Date: Tue, 26 Jun 2018 17:07:39 -0400 Subject: [PATCH 4/4] Changed CONTIBUTING.md link to a relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5eeb6e5..519f9ec6a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-UniversalMusicPlayer/issues Patches are encouraged, and may be submitted by forking this project and -submitting a pull request through GitHub. Please see [CONTRIBUTING.md](https://github.com/googlesamples/android-UniversalMusicPlayer/blob/master/CONTRIBUTING.md) for more details. +submitting a pull request through GitHub. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details. License -------