Skip to content

Commit 1b298a7

Browse files
committed
Update GitHub repo links
1 parent 369a8e0 commit 1b298a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/main/java/com/wstxda/switchai/fragment/SettingsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
4141

4242
private val links = mapOf(
4343
"developer" to "https://github.com/WSTxda",
44-
"github_repository" to "https://github.com/WSTxda/Plugin-VoiceGPT",
44+
"github_repository" to "https://github.com/WSTxda/SwitchAI",
4545
)
4646

4747
private fun observeViewModel() {

app/src/main/java/com/wstxda/switchai/utils/Constants.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ object Constants {
2929
const val CAT_PINNED_ASSISTANTS_KEY = "pinned_assistants"
3030
const val CAT_RECENTLY_USED_ASSISTANTS_KEY = "recently_used_assistants"
3131

32-
const val GITHUB_RELEASE_URL =
33-
"https://api.github.com/repos/WSTxda/Plugin-VoiceGPT/releases/latest"
32+
const val GITHUB_RELEASE_URL = "https://api.github.com/repos/WSTxda/SwitchAI/releases/latest"
3433
}

0 commit comments

Comments
 (0)