Fix mobile link (#4805)
* Fix path of mobile link. Adding a trailing `/` * Reduce brain pressure.
This commit is contained in:
parent
9dbaa2ed40
commit
37344a4f7d
4 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
# Format is:
|
||||
# https://mobile.element.io/element?account_provider=example.org&login_hint=mxid:@alice:example.org
|
||||
# https://mobile.element.io/element/?account_provider=example.org&login_hint=mxid:@alice:example.org
|
||||
|
||||
adb shell am start -a android.intent.action.VIEW \
|
||||
-d "https://mobile.element.io/element?account_provider=element.io\\&login_hint=mxid:@alice:element.io"
|
||||
-d "https://mobile.element.io/element/?account_provider=element.io\\&login_hint=mxid:@alice:element.io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue