Skip to content

Commit 035aa8a

Browse files
authored
Fix broken links in README.md (#775)
1 parent 7ffd7cb commit 035aa8a

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -660,38 +660,38 @@ limitations under the License.
660660
[Coroutine scope]: https://kotlinlang.org/docs/reference/coroutines/coroutine-context-and-dispatchers.html#coroutine-scope
661661
[Coroutines with multithread support for Kotlin/Native]: https://github.com/Kotlin/kotlinx.coroutines/issues/462
662662
[SensorTag sample app]: https://github.com/JuulLabs/sensortag
663-
[`Advertisement`]: https://juullabs.github.io/kable/core/com.juul.kable/-advertisement/index.html
664-
[`Characteristic`]: https://juullabs.github.io/kable/core/com.juul.kable/-characteristic/index.html
665-
[`Connected`]: https://juullabs.github.io/kable/core/com.juul.kable/-state/-connected/index.html
666-
[`CoroutineScope.peripheral`]: https://juullabs.github.io/kable/core/com.juul.kable/peripheral.html
667-
[`CoroutineScope.requestPeripheral`]: https://juullabs.github.io/kable/core/com.juul.kable/request-peripheral.html
663+
[`Advertisement`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-advertisement/index.html
664+
[`Characteristic`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-characteristic/index.html
665+
[`Connected`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-state/-connected/index.html
666+
[`CoroutineScope.peripheral`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/peripheral.html
667+
[`requestPeripheral`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/request-peripheral.html
668668
[`CoroutineScope`]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope/
669-
[`Disconnected`]: https://juullabs.github.io/kable/core/com.juul.kable/-state/-disconnected/index.html
670-
[`Disconnecting`]: https://juullabs.github.io/kable/core/com.juul.kable/-state/-disconnecting/index.html
671-
[`Filter`]: https://juullabs.github.io/kable/core/com.juul.kable/-filter/index.html
669+
[`Disconnected`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-state/-disconnected/index.html
670+
[`Disconnecting`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-state/-disconnecting/index.html
671+
[`Filter`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-filter/index.html
672672
[`Flow`]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/
673673
[`NotConnectedException`]: https://juullabs.github.io/kable/kable-exceptions/com.juul.kable/-not-connected-exception/index.html
674-
[`Options`]: https://juullabs.github.io/kable/core/com.juul.kable/-options/index.html
675-
[`Peripheral.disconnect`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/disconnect.html
676-
[`Peripheral.services`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/services.html
677-
[`Peripheral`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/index.html
674+
[`Options`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-options/index.html
675+
[`Peripheral.disconnect`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/disconnect.html
676+
[`Peripheral.services`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/services.html
677+
[`Peripheral`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/index.html
678678
[`ScanSettings`]: https://developer.android.com/reference/kotlin/android/bluetooth/le/ScanSettings
679-
[`Scanner`]: https://juullabs.github.io/kable/core/com.juul.kable/-scanner.html
680-
[`WithoutResponse`]: https://juullabs.github.io/kable/core/com.juul.kable/-write-type/-without-response/index.html
681-
[`WriteType`]: https://juullabs.github.io/kable/core/com.juul.kable/-write-type/index.html
682-
[`advertisements`]: https://juullabs.github.io/kable/core/com.juul.kable/-scanner/advertisements.html
683-
[`characteristicOf`]: https://juullabs.github.io/kable/core/com.juul.kable/characteristic-of.html
679+
[`Scanner`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-scanner.html
680+
[`WithoutResponse`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-write-type/-without-response/index.html
681+
[`WriteType`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-write-type/index.html
682+
[`advertisements`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-scanner/advertisements.html
683+
[`characteristicOf`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/characteristic-of.html
684684
[`connectGatt`]: https://developer.android.com/reference/android/bluetooth/BluetoothDevice#connectGatt(android.content.Context,%20boolean,%20android.bluetooth.BluetoothGattCallback)
685-
[`connect`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/connect.html
686-
[`descriptorOf`]: https://juullabs.github.io/kable/core/com.juul.kable/descriptor-of.html
687-
[`disconnect`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/disconnect.html
685+
[`connect`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/connect.html
686+
[`descriptorOf`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/descriptor-of.html
687+
[`disconnect`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/disconnect.html
688688
[`first`]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/first.html
689-
[`observationExceptionHandler`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral-builder/observation-exception-handler.html
690-
[`observe`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/observe.html
691-
[`read`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/read.html
692-
[`state`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/state.html
693-
[`writeWithoutResponse`]: https://juullabs.github.io/kable/core/com.juul.kable/write-without-response.html
694-
[`write`]: https://juullabs.github.io/kable/core/com.juul.kable/-peripheral/write.html
689+
[`observationExceptionHandler`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral-builder/observation-exception-handler.html
690+
[`observe`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/observe.html
691+
[`read`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/read.html
692+
[`state`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/state.html
693+
[`writeWithoutResponse`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/write-without-response.html
694+
[`write`]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-peripheral/write.html
695695
[background support]: https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html
696696
[badge-android]: http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat
697697
[badge-ios]: http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat
@@ -703,4 +703,4 @@ limitations under the License.
703703
[badge-wasm]: https://img.shields.io/badge/platform-wasm-624FE8.svg?style=flat
704704
[badge-watchos]: http://img.shields.io/badge/platform-watchos-C0C0C0.svg?style=flat
705705
[badge-windows]: http://img.shields.io/badge/platform-windows-4D76CD.svg?style=flat
706-
[connection-state]: https://juullabs.github.io/kable/core/com.juul.kable/-state/index.html
706+
[connection-state]: https://juullabs.github.io/kable/kable-core/com.juul.kable/-state/index.html

0 commit comments

Comments
 (0)