From 31f365ee26f62c7fe2bd1671f722c738bf9a7287 Mon Sep 17 00:00:00 2001 From: Ross Nelson Date: Fri, 9 Jul 2021 21:35:29 -0500 Subject: [PATCH] Update reference from dev branch to master branch --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- app/src/main/java/code/name/monkey/retromusic/Constants.kt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 97bdcf1f..1e177c79 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- -**Have you read the [FAQ](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/dev/FAQ.md)?** +**Have you read the [FAQ](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md)?** [Yes/No] **Has the bug already been reported? Please search in GitHub issue tab before creating an issue.** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 891374b6..2775d78f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,6 @@ Feature requests are welcome, please make sure to be as detailed as possible and **Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code), otherwise you risk spending a lot of time working on something that developers might not want to merge into the project. To avoid that, you can join the official [Telegram group](https://t.me/retromusicapp) or open an issue. ## License -By contributing your code, you agree to license your contribution under the [GNU General Public License](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/dev/LICENSE.md). +By contributing your code, you agree to license your contribution under the [GNU General Public License](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/LICENSE.md). Please note we have a code of conduct, please follow it in all your interactions with the project. diff --git a/README.md b/README.md index ddcdc673..3286447f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Generic badge](https://img.shields.io/badge/Platform-Android-green.svg)](https://github.com/RetroMusicPlayer/RetroMusicPlayer) [![Generic badge](https://img.shields.io/badge/minSdkVersion-21-green.svg)](https://github.com/RetroMusicPlayer/RetroMusicPlayer) [![Generic badge](https://img.shields.io/badge/Download-Google_Play-green.svg)](https://play.google.com/store/apps/details?id=code.name.monkey.retromusic&hl=en_IN) -[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/dev/LICENSE.md) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/retromusicapp?style=social)](https://twitter.com/retromusicapp) [![Crowdin](https://badges.crowdin.net/retromusicplayer/localized.svg)](https://crowdin.com/project/retromusicplayer) @@ -71,7 +71,7 @@ favorite songs. No other music player has this feature. We are trying our best to bring you the best user experience. The app is regularly being updated for bug fixes and new features. ### ❓ FAQ -Please read the FAQ [here](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/dev/FAQ.md) +Please read the FAQ [here](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md) In any case, you find or notice any bugs please report them by sending us an [e-mail](mailto:retromusicapp@gmail.com). We will fix bugs as soon as diff --git a/app/src/main/java/code/name/monkey/retromusic/Constants.kt b/app/src/main/java/code/name/monkey/retromusic/Constants.kt index e29a41bb..875d2148 100644 --- a/app/src/main/java/code/name/monkey/retromusic/Constants.kt +++ b/app/src/main/java/code/name/monkey/retromusic/Constants.kt @@ -29,7 +29,7 @@ object Constants { const val APP_INSTAGRAM_LINK = "https://www.instagram.com/retromusicapp/" const val APP_TELEGRAM_LINK = "https://t.me/retromusicapp/" const val APP_TWITTER_LINK = "https://twitter.com/retromusicapp" - const val FAQ_LINK = "https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/dev/FAQ.md" + const val FAQ_LINK = "https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md" const val PINTEREST = "https://in.pinterest.com/retromusicapp/" const val AUDIO_SCROBBLER_URL = "https://ws.audioscrobbler.com/2.0/"