Skip to content

Commit

Permalink
fixes link for Horologist (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
kul3r4 authored Apr 2, 2024
1 parent 1e6221e commit 1ce3a84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ComposeStarter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Introduction
Simple "Hello, World" app meant as a starting point for a new project using
Compose for Wear OS.

Displays a centered [Text] composable and a list built with [Horologist]
(https://github.com/google/horologist).
Displays a centered [Text] composable and a list built with [Horologist][horologist].

For more information on composable options in Compose for Wear OS, check out our
[documentation](https://developer.android.com/reference/kotlin/androidx/wear/compose/material/package-summary.html).
[documentation][documentation].

Screenshots
-----------
Expand Down Expand Up @@ -50,6 +49,8 @@ If you've found an error in this sample, please [create an issue](https://github
Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

[documentation]: https://developer.android.com/reference/kotlin/androidx/wear/compose/material/package-summary.html
[horologist]: https://github.com/google/horologist
[droidcon-talk]: https://www.droidcon.com/2023/11/15/easy-screenshot-testing-with-compose/
[wear-device]: https://github.com/android/wear-os-samples/blob/main/ComposeStarter/app/src/test/java/presentation/WearDevice.kt
[wear-preview-font-scales]: https://developer.android.com/reference/kotlin/androidx/wear/compose/ui/tooling/preview/WearPreviewFontScales
Expand Down

0 comments on commit 1ce3a84

Please sign in to comment.