Skip to content

Commit 3373013

Browse files
habibialirezaDennisMoschina
authored andcommitted
Update README.md for doc links
1 parent 488b7dc commit 3373013

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ To get started with the OpenEarable Flutter package, follow these steps:
107107
}
108108
```
109109

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.
111111

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).
113113

114114
> [!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.
116116
117117
## 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

Comments
 (0)