diff --git a/README.md b/README.md index 9edc190..09abada 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ +> [!WARNING] +> Due to an API change, the app currently doesn't work (see https://github.com/rainloreley/shlink-manager/issues/2) + Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/) diff --git a/lib/views/settings_view.dart b/lib/views/settings_view.dart index 8983cc6..8ce1f6a 100644 --- a/lib/views/settings_view.dart +++ b/lib/views/settings_view.dart @@ -229,7 +229,7 @@ class _SettingsViewState extends State { GestureDetector( onTap: () async { var url = Uri.parse( - "https://abmgrt.dev/shlink-manager/privacy"); + "https://wiki.abmgrt.dev/de/projects/shlink-manager/privacy"); if (await canLaunchUrl(url)) { launchUrl(url, mode: LaunchMode.externalApplication); }