diff --git a/Crane/README.md b/Crane/README.md index 36b80e2188..f79336e96f 100644 --- a/Crane/README.md +++ b/Crane/README.md @@ -23,7 +23,7 @@ the bottom of the screen. - __Home__ [screen][home] where you can explore flights, hotels, and restaurants specifying the number of people. - Clicking on the number of people refreshes the destinations. - - Destination's images are retrieved using the [coil-accompanist][coil-accompanist] library. + - Destination's images are retrieved using the [Coil][coil] library. - __Calendar__ [screen][calendar]. Tapping on __Select Dates__ takes you to a calendar built completely from scratch. It makes a heavy usage of Compose's state APIs. - Destination's __Details__ [screen][details]. When tapping on a destination, a new screen @@ -117,5 +117,5 @@ limitations under the License. [detailsViewModel]: app/src/main/java/androidx/compose/samples/crane/details/DetailsViewModel.kt [homeTest]: app/src/androidTest/java/androidx/compose/samples/crane/home/HomeTest.kt [detailsTest]: app/src/androidTest/java/androidx/compose/samples/crane/details/DetailsActivityTest.kt -[coil-accompanist]: https://google.github.io/accompanist/coil/ +[coil]: https://coil-kt.github.io/coil/ [hilt]: https://d.android.com/hilt diff --git a/Jetchat/README.md b/Jetchat/README.md index 4a7dbff820..992389bdb5 100644 --- a/Jetchat/README.md +++ b/Jetchat/README.md @@ -98,4 +98,3 @@ limitations under the License. ``` [compose]: https://developer.android.com/jetpack/compose -[coil-accompanist]: https://google.github.io/accompanist/coil/ diff --git a/Jetsnack/README.md b/Jetsnack/README.md index 1a8193f593..d738b3552d 100644 --- a/Jetsnack/README.md +++ b/Jetsnack/README.md @@ -53,7 +53,7 @@ Jetsnack utilizes custom [`Layout`](https://developer.android.com/reference/kotl ## Data Domain types are modelled in the [model package](app/src/main/java/com/example/jetsnack/model), each containing static sample data exposed using fake `Repo`s objects. -Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using [coil-accompanist][coil-accompanist]. +Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using the [Coil][coil] library. ## Baseline Profiles For [Baseline profiles](https://developer.android.com/topic/performance/baselineprofiles), see the [compose-latest](https://github.com/android/compose-samples/tree/compose-latest/Jetsnack) branch. @@ -77,4 +77,4 @@ limitations under the License. ``` [compose]: https://developer.android.com/jetpack/compose -[coil-accompanist]: https://google.github.io/accompanist/coil/ +[coil]: https://coil-kt.github.io/coil/