From eff949eb5f193fb3ceec517ce82af1ee0008c816 Mon Sep 17 00:00:00 2001 From: Ralph Thomas Date: Sun, 21 Jul 2024 12:11:51 -0700 Subject: [PATCH] Update link to androidx.graphics.path on DAC in README.md (#7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a7b2d..6ddf5f3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ properly honor the path's fill type. > [!IMPORTANT] > Prefer the new androidx -> [graphics-path library](https://developer.android.com/jetpack/androidx/releases/graphic) to +> [graphics-path library](https://developer.android.com/reference/kotlin/androidx/graphics/path/package-summary) to > iterate over paths > [!NOTE]