From df60f00fa2b6d4ed2bea6f84191e6644e4f7b712 Mon Sep 17 00:00:00 2001 From: dannyariola63 <101716412+dannyariola63@users.noreply.github.com> Date: Wed, 16 Mar 2022 21:26:31 +0800 Subject: [PATCH] Revert "Fixes README.md link" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95aba462..c031ec6e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repo contains the following samples: - [LocationUpdates](https://github.com/android/location-samples/tree/main/LocationUpdates) (Java) - Get updates about a device's location. -- [LocationUpdatesBackgroundKotlin](https://github.com/android/location-samples/tree/main/LocationUpdatesBackgroundKotlin) (Kotlin) - Demonstrates the correct way to retrieve location updates in the background. +- [LocationUpdatesBackgroundKotlin](https://github.com/android/location-samples/tree/main/LocationUpdatesBa) (Kotlin) - Demonstrates the correct way to retrieve location updates in the background. - [LocationUpdatesForegroundService](https://github.com/android/location-samples/tree/main/LocationUpdatesForegroundService) (Java) - Get updates about a device's location using a bound and started foreground service.