We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad41a46 + d759b4b commit 730495eCopy full SHA for 730495e
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/"
11
-}
+}
0 commit comments