Skip to content

Commit 27c6469

Browse files
authored
Fix connection State KDoc link (#94)
1 parent 218fad1 commit 27c6469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ peripheral.state.collect { state ->
102102
}
103103
```
104104

105-
The [`state`] will typically transition through the following [`State`]s:
105+
The [`state`] will typically transition through the following [`State`][connection-state]s:
106106

107107
![Connection states](artwork/connection-states.png)
108108

@@ -297,7 +297,7 @@ limitations under the License.
297297
[`requestPeripheral`]: https://juullabs.github.io/kable/core/core/com.juul.kable/request-peripheral.html
298298
[`Scanner`]: https://juullabs.github.io/kable/core/core/com.juul.kable/-scanner/index.html
299299
[`state`]: https://juullabs.github.io/kable/core/core/com.juul.kable/-peripheral/index.html#%5Bcom.juul.kable%2FPeripheral%2Fstate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-328684452
300-
[`State`]: https://juullabs.github.io/kable/core/core/com.juul.kable/-state/index.html
300+
[connection-state]: https://juullabs.github.io/kable/core/core/com.juul.kable/-state/index.html
301301
[`write`]: https://juullabs.github.io/kable/core/core/com.juul.kable/-peripheral/index.html#%5Bcom.juul.kable%2FPeripheral%2Fwrite%2F%23com.juul.kable.Descriptor%23kotlin.ByteArray%2FPointingToDeclaration%2F%2C+com.juul.kable%2FPeripheral%2Fwrite%2F%23com.juul.kable.Characteristic%23kotlin.ByteArray%23com.juul.kable.WriteType%2FPointingToDeclaration%2F%5D%2FFunctions%2F-328684452
302302

303303
[badge-android]: http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat

0 commit comments

Comments
 (0)