From 410821c4de54679f05656be81e4f01d8d9dd4eaf Mon Sep 17 00:00:00 2001 From: Tobias Roeddiger Date: Fri, 20 Feb 2026 14:01:17 +0100 Subject: [PATCH] Change Open Earable button link in README Updated button link for Open Earable. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19740cf..5eae7af 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Dart package provides functionality for interacting with OpenEarable device -[![Button](https://raw.githubusercontent.com/OpenEarable/open_earable_flutter/main/.github/assets/get_oe_button.svg)](https://forms.gle/R3LMcqtyKwVH7PZB9) +[![Button](https://raw.githubusercontent.com/OpenEarable/open_earable_flutter/main/.github/assets/get_oe_button.svg)](https://openearable.com) [![Button](https://raw.githubusercontent.com/OpenEarable/open_earable_flutter/main/.github/assets/show_on_pub_dev_button.svg)](https://pub.dev/packages/open_earable_flutter) @@ -115,4 +115,4 @@ To get started with the OpenEarable Flutter package, follow these steps: > Checking for capabilities using `is ` is deprecated. Please use `hasCapability()` instead. You can learn more about capabilities in the [Capabilities](doc/CAPABILITIES.md) documentation. ## Add custom Wearable Support -Learn more about how to add support for your own wearable devices in the [Adding Custom Wearable Support](doc/ADD_CUSTOM_WEARABLE.md) documentation. \ No newline at end of file +Learn more about how to add support for your own wearable devices in the [Adding Custom Wearable Support](doc/ADD_CUSTOM_WEARABLE.md) documentation.