Skip to content

Commit

Permalink
fix broken links (#26746)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextts627 authored Oct 11, 2022
1 parent b061c28 commit 288ecf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/maps/azure-maps-geolocation/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Authenticate the client with a Azure Maps Geolocation [API Key Credential](https

Then for common Azure Maps Geolocation operations:

* Perform get geolocation: [sample_get_geolocation.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/sample_get_geolocation.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/async_samples/sample_get_geolocation_async.py))
* Perform get geolocation: [sample_get_country_code.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/sample_get_country_code.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/async_samples/sample_get_country_code_async.py))

## Prerequisites

Expand All @@ -40,7 +40,7 @@ Then for common Azure Maps Geolocation operations:

1. Open a terminal window and `cd` to the directory that the samples are saved in.
2. Set the environment variables specified in the sample file you wish to run.
3. Follow the usage described in the file, e.g. `python sample_get_geolocation.py`
3. Follow the usage described in the file, e.g. `python sample_get_country_code.py`

## Next steps

Expand Down

0 comments on commit 288ecf9

Please sign in to comment.