You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,12 @@ To get started with the OpenEarable Flutter package, follow these steps:
107
107
}
108
108
```
109
109
110
-
For more information about using sensor data, refer to the [Using Sensor Data](doc/SENSOR_DATA.md) documentation.
110
+
For more information about using sensor data, refer to the [Using Sensor Data](https://github.com/OpenEarable/open_earable_flutter/blob/main/doc/SENSOR_DATA.md) documentation.
111
111
112
-
For most devices, the sensors have to be configured before they start sending data. You can learn more about configuring sensors in the chapter [Configuring Sensors](doc/SENSOR_CONFIG.md).
112
+
For most devices, the sensors have to be configured before they start sending data. You can learn more about configuring sensors in the chapter [Configuring Sensors](https://github.com/OpenEarable/open_earable_flutter/blob/main/doc/SENSOR_CONFIG.md).
113
113
114
114
> [!WARNING]
115
-
> Checking for capabilities using `is <Capability>` is deprecated. Please use `hasCapability<T>()` instead. You can learn more about capabilities in the [Capabilities](doc/CAPABILITIES.md) documentation.
115
+
> Checking for capabilities using `is <Capability>` is deprecated. Please use `hasCapability<T>()` instead. You can learn more about capabilities in the [Capabilities](https://github.com/OpenEarable/open_earable_flutter/blob/main/doc/CAPABILITIES.md) documentation.
116
116
117
117
## Add custom Wearable Support
118
-
Learn more about how to add support for your own wearable devices in the [Adding Custom Wearable Support](doc/ADD_CUSTOM_WEARABLE.md) documentation.
118
+
Learn more about how to add support for your own wearable devices in the [Adding Custom Wearable Support](https://github.com/OpenEarable/open_earable_flutter/blob/main/doc/ADD_CUSTOM_WEARABLE.md) documentation.
0 commit comments