Skip to content

Commit bf6b002

Browse files
Merge pull request #225024 from pritamso/Broken-link-fixes-AaronMaxwell
Broken link fix
2 parents d10d161 + 2033e6b commit bf6b002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/app/export-telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you set up continuous export, there are some alternatives you might want
2020
* The **Export** button at the top of a metrics or search tab lets you transfer tables and charts to an Excel spreadsheet.
2121
* [Log Analytics](../logs/log-query-overview.md) provides a powerful query language for telemetry. It can also export results.
2222
* If you're looking to [explore your data in Power BI](../logs/log-powerbi.md), you can do that without using continuous export if you've [migrated to a workspace-based resource](convert-classic-resource.md).
23-
* The [Data Access REST API](https://dev.applicationinsights.io/) lets you access your telemetry programmatically.
23+
* The [Data Access REST API](/rest/api/application-insights/) lets you access your telemetry programmatically.
2424
* You can also access setup for [continuous export via PowerShell](/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport).
2525

2626
After continuous export copies your data to storage, where it can stay as long as you like, it's still available in Application Insights for the usual [retention period](./data-retention-privacy.md).

articles/azure-monitor/app/javascript-react-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ appInsights.loadAppInsights();
9090

9191
| Name | Default | Description |
9292
|---------|---------|----------------------------------------------------------------------------------------------------------------|
93-
| history | null | React router history. For more information, see the [React router package documentation](https://reactrouter.com/web/api/history). To learn how to access the history object outside of components, see the [React router FAQ](https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components). |
93+
| history | null | React router history. For more information, see the [React router package documentation](https://reactrouter.com/en/main). To learn how to access the history object outside of components, see the [React router FAQ](https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components). |
9494

9595
### React components usage tracking
9696

0 commit comments

Comments
 (0)