From 83a39e82d22259cf6f7eda841a8955bc7aeaecee Mon Sep 17 00:00:00 2001 From: Magesh Babu Date: Fri, 26 Feb 2021 15:05:27 +0530 Subject: [PATCH] Updated Incorrect Links * Changed `LocationAddress` to `LocationAddressKotlin` for kotlin example at line number 23 * Changed Incorrect Link that shows 404 Page at Line number 27 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c031ec6e..3f5869e0 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ This repo contains the following samples: - [LocationAddress](https://github.com/android/location-samples/tree/main/LocationAddress) (Java) - Use the [Geocode API](http://developer.android.com/reference/android/location/Geocoder.html) to display a device's location as an address. -- [LocationAddressKotlin](https://github.com/android/location-samples/tree/main/LocationAddress) (Kotlin) - Same as above but in Kotlin. +- [LocationAddressKotlin](https://github.com/android/location-samples/tree/main/LocationAddressKotlin) (Kotlin) - Same as above but in Kotlin. - [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/LocationUpdatesBa) (Kotlin) - Demonstrates the correct way to retrieve location updates in the background. +- [LocationUpdatesBackgroundKotlin](https://github.com/android/location-samples/tree/main/LocationUpdatesBackgroundKotlin) (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.