Skip to content

Commit d2b586b

Browse files
Fix the links of API Reference Documentation (Azure#13878)
* Fix the links of API Reference Documentation * Update sdk/eventgrid/eventgrid/README.md Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
1 parent 616d061 commit d2b586b

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

sdk/anomalydetector/ai-anomaly-detector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/anomalydetector/ai-anomaly-detector/) |
66
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-anomaly-detector) |
7-
[API reference documentation](https://aka.ms/azsdk/net/docs/ref/anomalydetector) |
7+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-anomaly-detector) |
88
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/) |
99
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/anomalydetector/ai-anomaly-detector/samples)
1010

sdk/eventgrid/eventgrid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use the client library to:
1010

1111
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventgrid/eventgrid/) |
1212
[Package (NPM)](https://www.npmjs.com/package/@azure/eventgrid/v/next) |
13-
[API reference documentation](https://aka.ms/azsdk-js-eventgrid-ref-docs) |
13+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/eventgrid/?view=azure-node-preview) |
1414
[Product documentation](https://docs.microsoft.com/azure/event-grid/) |
1515
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples)
1616

sdk/formrecognizer/ai-form-recognizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Azure Cognitive Services [Form Recognizer](https://azure.microsoft.com/services/
1010

1111
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/formrecognizer/ai-form-recognizer/) |
1212
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-form-recognizer) |
13-
[API reference documentation](https://aka.ms/azsdk/js/formrecognizer/docs) |
13+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-form-recognizer) |
1414
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/form-recognizer/) |
1515
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples)
1616

sdk/metricsadvisor/ai-metrics-advisor/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Metrics Advisor is a part of Azure Cognitive Services that uses AI perform data
99

1010
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/metricsadvisor/ai-metrics-advisor/) |
1111
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-metrics-advisor) |
12-
[API reference documentation](https://aka.ms/azsdk/js/metricsadvisor/docs) |
12+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-metrics-advisor) |
1313
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/metrics-advisor/) |
1414
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/metricsadvisor/ai-metrics-advisor/samples)
1515

@@ -77,6 +77,7 @@ const credential = new MetricsAdvisorKeyCredential("<subscription Key>", "<API k
7777
const client = new MetricsAdvisorClient("<endpoint>", credential);
7878
const adminClient = new MetricsAdvisorAdministrationClient("<endpoint>", credential);
7979
```
80+
8081
#### Using Azure Service Directory
8182

8283
API key authorization is used in most of the examples, but you can also authenticate the client with Azure Active Directory using the Azure Identity library. To use the DefaultAzureCredential provider shown below or other credential providers provided with the Azure SDK, please install the @azure/identity package:

sdk/mixedreality/mixedreality-authentication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ token from the STS that can be used to access Mixed Reality services.
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/mixedreality/mixedreality-authentication/) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/mixedreality-authentication) |
9-
[API reference documentation](https://aka.ms/azsdk/js/textanalytics/docs) |
9+
[API reference documentation](https://aka.ms/azsdk/js/mixedreality-authentication/docs) |
1010
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/mixedreality/mixedreality-authentication/samples)
1111

1212
![Mixed Reality service authentication diagram](https://docs.microsoft.com/azure/spatial-anchors/concepts/media/spatial-anchors-authentication-overview.png)

sdk/search/search-documents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the @azure/search-documents client library to:
2121

2222
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/search/search-documents/) |
2323
[Package (NPM)](https://www.npmjs.com/package/@azure/search-documents) |
24-
[API reference documentation](https://aka.ms/azsdk/js/search/docs) |
24+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/search-documents) |
2525
[REST API documentation](https://docs.microsoft.com/rest/api/searchservice/) |
2626
[Product documentation](https://docs.microsoft.com/azure/search/) |
2727
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search-documents/samples)

sdk/tables/data-tables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Cosmos DB provides a Table API for applications that are written for Azure
1616
- Automatic secondary indexing.
1717
- The Azure Tables client library can seamlessly target either Azure table storage or Azure Cosmos DB table service endpoints with no code changes.
1818

19-
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/tables/data-tables/) | [Package (NPM)](https://www.npmjs.com/package/@azure/data-tables) | [API reference documentation](https://aka.ms/js-docs) | [Product documentation](https://docs.microsoft.com/azure/storage/tables/table-storage-overview/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/tables/data-tables/samples)
19+
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/tables/data-tables/) | [Package (NPM)](https://www.npmjs.com/package/@azure/data-tables) | [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/data-tables) | [Product documentation](https://docs.microsoft.com/azure/storage/tables/table-storage-overview/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/tables/data-tables/samples)
2020

2121
## Getting started
2222

sdk/textanalytics/ai-text-analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the client library to:
2323

2424
[Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/) |
2525
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-text-analytics) |
26-
[API reference documentation](https://aka.ms/azsdk/js/textanalytics/docs) |
26+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics) |
2727
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/text-analytics/) |
2828
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples)
2929

0 commit comments

Comments
 (0)