Skip to content

Commit 8b07647

Browse files
dubietyCharlie Chen
andauthored
Fix broken links (Azure#31787)
Co-authored-by: Charlie Chen <charlie.chen@microsoft.com>
1 parent cddf911 commit 8b07647

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

sdk/maps/Azure.Maps.Common/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ The Azure.Maps.Common library provides infrastructure shared across other Azure
1010

1111
### Install the package
1212

13-
Install the Azure Maps client library for .NET you'd like to use with [NuGet](https://www.nuget.org/) and the `Azure.Maps.Common` client library will be included:
13+
Install the Azure Maps client library for .NET you'd like to use with [NuGet](https://www.nuget.org/) and the `Azure.Maps.Common` client library will be included. Choose the packages you want to install:
1414

1515
```dotnetcli
1616
dotnet add package Azure.Maps.Search --prerelease
17+
dotnet add package Azure.Maps.Routing --prerelease
1718
dotnet add package Azure.Maps.Rendering --prerelease
19+
dotnet add package Azure.Maps.Geolocation --prerelease
1820
```
1921

2022
### Prerequisites
@@ -53,15 +55,15 @@ We guarantee that all client instance methods are thread-safe and independent of
5355

5456
## Examples
5557

56-
Please see the examples for [Search](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Search) and [Rendering](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering).
58+
Please see the examples for [Search](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Search), [Routing](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Routing), [Rendering](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering) and [Geolocation](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Geolocation).
5759

5860
## Troubleshooting
5961

6062
If instantiate a `null` `LocalizedMapView`, the program will throw a `ArgumentNullException` error.
6163

6264
## Next steps
6365

64-
Get started with our [Common samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Common/samples) and then continue on with our [Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Search/tests/Samples/SearchClientSamples.HelloWorld.cs) and [Rendering](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering/samples) samples.
66+
Get started with our [Search](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Search/samples), [Routing](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Routing/samples), [Rendering](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering/samples) and [Geolocation](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Geolocation/samples) samples.
6567

6668
## Contributing
6769

sdk/maps/Azure.Maps.Search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ For example, if you try to search with invalid coordinates, a error is returned,
205205

206206
## Next steps
207207

208-
* [More detailed samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Search/tests/Samples)
208+
* [More samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Search/samples)
209209

210210
## Contributing
211211

0 commit comments

Comments
 (0)