Skip to content

Commit

Permalink
Fix broken links (#43859)
Browse files Browse the repository at this point in the history
srnagar authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bca31da commit c8725d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/monitor/azure-monitor-query/migration-guide.md
Original file line number Diff line number Diff line change
@@ -176,9 +176,9 @@ queryResultsMono.subscribe(queryResult -> {
More examples can be found at [Azure Monitor Query samples][README-Samples].

<!-- Links -->
[LogsQueryClientBuilder]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-monitor-query/latest/com/azure/monitor/query/LogsQueryClientBuilder.html
[LogsQueryClient]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-monitor-query/latest/com/azure/monitor/query/LogsQueryClient.html
[LogsQueryAsyncClient]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-monitor-query/latest/com/azure/monitor/query/LogsQueryAsyncClient.html
[LogsQueryClientBuilder]: https://learn.microsoft.com/java/api/com.azure.monitor.query.logsqueryclientbuilder?view=azure-java-stable
[LogsQueryClient]: https://learn.microsoft.com/java/api/com.azure.monitor.query.logsqueryclient?view=azure-java-stable
[LogsQueryAsyncClient]: https://learn.microsoft.com/java/api/com.azure.monitor.query.logsqueryasyncclient?view=azure-java-stable
[Guidelines]: https://azure.github.io/azure-sdk/general_introduction.html
[GuidelinesJava]: https://azure.github.io/azure-sdk/java_introduction.html
[GuidelinesJavaDesign]: https://azure.github.io/azure-sdk/java_introduction.html#namespaces

0 comments on commit c8725d8

Please sign in to comment.