Skip to content

Commit

Permalink
(docs) external link
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Aug 13, 2024
1 parent c2a8277 commit f19074b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/ui/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"/>
<data android:path="/in-app"/>
<data android:path="/in-app.html"/>
<data android:host="kvaesitso.mm20.de"/>
</intent-filter>
</activity>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user-guide/concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ or install them manually as APK files.
### Activation

After the plugin has been installed, it needs to be activated in the launcher settings. To do this,
go to <a href="/in-app?route=settings/plugins">settings > plugins</a>, tap on the plugin you want to activate, and enable it. The plugin will
go to <a href="https://kvaesitso.mm20.de/in-app?route=settings/plugins" rel="external">settings > plugins</a>, tap on the plugin you want to activate, and enable it. The plugin will
show a permission dialog. Tap on "Allow" to give the launcher the necessary permission to access
the plugin's data.

Expand Down

0 comments on commit f19074b

Please sign in to comment.