Skip to content

Commit

Permalink
refactor(update-url): point to pixincreate/magisk
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Jul 31, 2024
1 parent 5ac7dc0 commit 149950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/src/main/java/com/topjohnwu/magisk/core/Const.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Const {

const val GITHUB_RAW_URL = "https://raw.githubusercontent.com/"
const val GITHUB_API_URL = "https://api.github.com/"
const val GITHUB_PAGE_URL = "https://topjohnwu.github.io/magisk-files/"
const val GITHUB_PAGE_URL = "https://pixincreate.github.io/Magisk/"
const val JS_DELIVR_URL = "https://cdn.jsdelivr.net/gh/"
}

Expand Down

0 comments on commit 149950b

Please sign in to comment.