Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Grid] Remove some 'en-us' from some links #11185

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/eventgrid/eventgrid/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Event Grid client library for JavaScript

[Azure Event Grid](https://azure.microsoft.com/en-us/services/event-grid/) is a cloud-based service that provides reliable event delivery at massive scale.
[Azure Event Grid](https://azure.microsoft.com/services/event-grid/) is a cloud-based service that provides reliable event delivery at massive scale.

Use the client library to:

Expand All @@ -11,7 +11,7 @@ Use the client library to:
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventgrid/eventgrid/) |
[Package (NPM)](https://www.npmjs.com/package/@azure/eventgrid) |
[API reference documentation](https://aka.ms/azsdk-js-eventgrid-ref-docs) |
[Product documentation](https://docs.microsoft.com/en-us/azure/event-grid/) |
[Product documentation](https://docs.microsoft.com/azure/event-grid/) |
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples)

## Getting started
Expand Down Expand Up @@ -256,5 +256,5 @@ If you'd like to contribute to this library, please read the [contributing guide

[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[event_grid]: https://docs.microsoft.com/en-us/azure/event-grid
[event_grid]: https://docs.microsoft.com/azure/event-grid
[azure_portal]: https://portal.azure.com
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/samples/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Take a look at our [API Documentation][apiref] for more information about the AP
[sendcloudevent]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples/javascript/src/sendCloudEvent.js
[consumefromsb]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples/javascript/src/consumeEventsFromServiceBusQueue.js
[apiref]: https://azure.github.io/azure-sdk-for-js/eventgrid.html
[azeventgrid]: https://azure.microsoft.com/en-us/services/event-grid/
[azeventgrid]: https://azure.microsoft.com/services/event-grid/
[freesub]: https://azure.microsoft.com/free/
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/samples/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ Take a look at our [API Documentation][apiref] for more information about the AP
[sendcloudevent]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples/typescript/src/sendCloudEvent.ts
[consumefromsb]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples/typescript/src/consumeEventsFromServiceBusQueue.ts
[apiref]: https://azure.github.io/azure-sdk-for-js/eventgrid.html
[azeventgrid]: https://azure.microsoft.com/en-us/services/event-grid/
[azeventgrid]: https://azure.microsoft.com/services/event-grid/
[freesub]: https://azure.microsoft.com/free/
[typescript]: https://www.typescriptlang.org/docs/home.html