Skip to content

Commit

Permalink
Fix broken links (#31787)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
dubiety and Charlie Chen authored Oct 13, 2022
1 parent cddf911 commit 8b07647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions sdk/maps/Azure.Maps.Common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ The Azure.Maps.Common library provides infrastructure shared across other Azure

### Install the package

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:
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:

```dotnetcli
dotnet add package Azure.Maps.Search --prerelease
dotnet add package Azure.Maps.Routing --prerelease
dotnet add package Azure.Maps.Rendering --prerelease
dotnet add package Azure.Maps.Geolocation --prerelease
```

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

## Examples

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).
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).

## Troubleshooting

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

## Next steps

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.
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.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/Azure.Maps.Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ For example, if you try to search with invalid coordinates, a error is returned,

## Next steps

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

## Contributing

Expand Down

0 comments on commit 8b07647

Please sign in to comment.