From 1c780b869874934273b61ea9e836ab2bcbdd22e7 Mon Sep 17 00:00:00 2001 From: Christophe Gagnier Date: Thu, 26 Sep 2024 22:17:35 -0400 Subject: [PATCH] Update codelabs link in the README.md The AnimationCodelab README had a dead link. --- AnimationCodelab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnimationCodelab/README.md b/AnimationCodelab/README.md index 90cea07de..6ed19f11f 100644 --- a/AnimationCodelab/README.md +++ b/AnimationCodelab/README.md @@ -1,7 +1,7 @@ # Compose Animation Codelab This folder contains the source code for the -[Compose Animation](https://developer.android.com/codelabs/android-compose-animation) +[Compose Animation](https://developer.android.com/codelabs/jetpack-compose-animation) codelab. In this codelab, you will learn how to use some Animation APIs in Jetpack Compose.