Skip to content

Commit 2d467a2

Browse files
authored
[Maps] Uncomment the link in README for render, search, geolocation (Azure#24610)
### Packages impacted by this PR - @azure-rest/maps-search - @azure-rest/maps-geolocation - @azure-rest/maps-render ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent fbb460b commit 2d467a2

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

sdk/maps/maps-geolocation-rest/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
124124

125125
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmaps%2Fmaps-geolocation-rest%2FREADME.png)
126126

127-
<!-- [source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest -->
128-
<!-- [npm_package]: https://www.npmjs.com/package/@azure-rest/maps-geolocation -->
129-
<!-- [api_ref]: https://docs.microsoft.com/javascript/api/@azure-rest/maps-geolocation?view=azure-node-preview -->
130-
<!-- [samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest/samples -->
131-
127+
[source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest
128+
[npm_package]: https://www.npmjs.com/package/@azure-rest/maps-geolocation
129+
[api_ref]: https://docs.microsoft.com/javascript/api/@azure-rest/maps-geolocation?view=azure-node-preview
130+
[samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest/samples
132131
[product_info]: https://learn.microsoft.com/rest/api/maps/geolocation
133132
[az_subscription]: https://azure.microsoft.com/free/
134133
[az_maps_account_management]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys

sdk/maps/maps-render-rest/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,10 @@ If you'd like to contribute to this library, please read the [contributing guide
207207

208208
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmaps%2Fmaps-render-rest%2FREADME.png)
209209

210-
<!-- [source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest -->
211-
<!-- [npm_package]: https://www.npmjs.com/package/@azure-rest/maps-render -->
212-
<!-- [api_ref]: https://docs.microsoft.com/javascript/api/@azure-rest/maps-render?view=azure-node-preview -->
213-
<!-- [samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest/samples -->
214-
210+
[source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest
211+
[npm_package]: https://www.npmjs.com/package/@azure-rest/maps-render
212+
[api_ref]: https://docs.microsoft.com/javascript/api/@azure-rest/maps-render?view=azure-node-preview
213+
[samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest/samples
215214
[product_info]: https://docs.microsoft.com/rest/api/maps/render-v2
216215
[nodejs_release]: https://nodejs.org/about/releases/
217216
[az_subscription]: https://azure.microsoft.com/free/

sdk/maps/maps-search-rest/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Azure Maps Search Client
66

77
Key links:
88

9-
- [Source code]<!-- (https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest) -->
10-
- [Package (NPM)]<!-- (https://www.npmjs.com/package/@azure-rest/maps-search) -->
11-
- [API reference documentation]<!-- (https://docs.microsoft.com/javascript/api/@azure-rest/maps-search?view=azure-node-preview) -->
12-
- [Samples]<!-- (https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples) -->
9+
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest)
10+
- [Package (NPM)](https://www.npmjs.com/package/@azure-rest/maps-search)
11+
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure-rest/maps-search?view=azure-node-preview)
12+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples)
1313
- [Product Information](https://docs.microsoft.com/rest/api/maps/search)
1414

1515
## Getting started

0 commit comments

Comments
 (0)