Skip to content

Commit 288ecf9

Browse files
authored
fix broken links (Azure#26746)
1 parent b061c28 commit 288ecf9

File tree

1 file changed

+2
-2
lines changed
  • sdk/maps/azure-maps-geolocation/samples

1 file changed

+2
-2
lines changed

sdk/maps/azure-maps-geolocation/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Authenticate the client with a Azure Maps Geolocation [API Key Credential](https
1717

1818
Then for common Azure Maps Geolocation operations:
1919

20-
* 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))
20+
* 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))
2121

2222
## Prerequisites
2323

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

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

4545
## Next steps
4646

0 commit comments

Comments
 (0)