chore(ui/scripting): update docs url
This commit is contained in:
@@ -578,7 +578,7 @@ class ScriptingRootSection : Routes.Route() {
|
||||
override val topBarActions: @Composable() (RowScope.() -> Unit) = {
|
||||
IconButton(onClick = {
|
||||
context.androidContext.startActivity(Intent(Intent.ACTION_VIEW).apply {
|
||||
data = "https://github.com/SnapEnhance/docs".toUri()
|
||||
data = "https://codeberg.org/SnapEnhance/scripting-docs".toUri()
|
||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
})
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user