Skip to content

Commit 43363db

Browse files
mgmt, update readme on logging link (Azure#28499)
1 parent 31f0849 commit 43363db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/resourcemanager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ If you would like to use a different `HttpClient`, please exclude `azure-core-ht
332332

333333
Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite
334334
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
335-
locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.
335+
locate the root issue. View the [configure logging][logging] for guidance on package required and its configuration.
336336

337337
Sample code to enable logging in Azure Management Libraries for Java.
338338

@@ -454,7 +454,7 @@ For details on contributing to this repository, see the [contributing guide](htt
454454
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
455455
[azure_core_http_okhttp]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-okhttp
456456
[azure_core]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core
457-
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
457+
[logging]: https://docs.microsoft.com/azure/developer/java/sdk/logging-overview
458458
[single_service_packages]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/SINGLE_SERVICE_PACKAGES.md
459459
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
460460
[sample]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/SAMPLE.md

0 commit comments

Comments
 (0)