Skip to content

Commit 0b4b527

Browse files
committed
1.0.6
1 parent 3d60094 commit 0b4b527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandbar/src/main/java/com/commandbar/android/HelpHubWebView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class HelpHubWebView(context: Context, options: CommandBarOptions? = null, onFal
100100
}
101101

102102
val html = getHTML(options)
103-
loadDataWithBaseURL("https://api-labs.commandbar.com", html, "text/html", "UTF-8", null)
103+
loadDataWithBaseURL("https://api.commandbar.com", html, "text/html", "UTF-8", null)
104104
}
105105

106106
fun openBottomSheetDialog() {

0 commit comments

Comments
 (0)