We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad41a46 commit c27f807Copy full SHA for c27f807
1 file changed
library/src/main/java/com/absinthe/rulesbundle/Urls.kt
@@ -5,7 +5,7 @@ private const val WORKING_BRANCH = BRANCH_MASTER
5
6
object Urls {
7
const val GITHUB_ROOT_URL =
8
- "https://raw.githubusercontent.com/zhaobozhen/LibChecker-Rules/$WORKING_BRANCH/"
+ "https://raw.githubusercontent.com/LibChecker/LibChecker-Rules/$WORKING_BRANCH/"
9
const val GITLAB_ROOT_URL =
10
- "https://gitlab.com/zhaobozhen/LibChecker-Rules/-/raw/$WORKING_BRANCH/"
+ "https://gitlab.com/LibChecker/LibChecker-Rules/-/raw/$WORKING_BRANCH/"
11
}
0 commit comments