Skip to content

Commit

Permalink
Fix URLs, replace develop/ with main/
Browse files Browse the repository at this point in the history
  • Loading branch information
xcibik00 authored and adam1929 committed Apr 25, 2024
1 parent e34a982 commit 89270ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ internal open class ExponeaProjectFactory(
Logger.e(this, "Advanced auth has been enabled but provider has not been found")
throw InvalidConfigurationException("""
Customer token authorization provider is enabled but cannot be found.
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/AUTHORIZATION.md
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/main/Documentation/AUTHORIZATION.md
""".trimIndent()
)
}
Expand All @@ -81,7 +81,7 @@ internal open class ExponeaProjectFactory(
Logger.e(this, "Registered $customProviderClassname class has not been found", e)
throw InvalidConfigurationException("""
Customer token authorization provider is registered but cannot be found.
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/AUTHORIZATION.md
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/main/Documentation/AUTHORIZATION.md
""".trimIndent()
)
}
Expand All @@ -93,7 +93,7 @@ internal open class ExponeaProjectFactory(
"${AuthorizationProvider::class.qualifiedName}")
throw InvalidConfigurationException("""
Customer token authorization provider is registered but mismatches implementation requirements.
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/AUTHORIZATION.md
Please check your configuration against https://github.com/exponea/exponea-android-sdk/blob/main/Documentation/AUTHORIZATION.md
""".trimIndent()
)
}
Expand Down

0 comments on commit 89270ec

Please sign in to comment.