mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2025-01-22 22:53:27 +01:00
updated privacy policy url
This commit is contained in:
parent
0a9e5d22df
commit
e477c027a9
@ -229,7 +229,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
var url = Uri.parse(
|
var url = Uri.parse(
|
||||||
"https://abmgrt.dev/shlink-manager/privacy");
|
"https://wiki.abmgrt.dev/de/projects/shlink-manager/privacy");
|
||||||
if (await canLaunchUrl(url)) {
|
if (await canLaunchUrl(url)) {
|
||||||
launchUrl(url, mode: LaunchMode.externalApplication);
|
launchUrl(url, mode: LaunchMode.externalApplication);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user