Skip to content

Commit c93a4af

Browse files
XiaofeiCaoKarlErickson
authored andcommitted
use site-relative link
1 parent 682257f commit c93a4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/java/sdk/http-client-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Azure SDK for Java is implemented using an `HttpClient` abstraction. This ab
2020
> [!Important]
2121
> Ensure your `azure-core-http-netty` dependency is at least **1.15.12**. If you are using [BOM](https://central.sonatype.com/artifact/com.azure/azure-sdk-bom/1.2.36/versions), ensure your BOM version is at least **1.2.36**.
2222
>
23-
> This minimum version is required to allow for large HTTP headers returned by [Azure Resource Manager](https://learn.microsoft.com/azure/azure-resource-manager/management/async-operations#url-to-monitor-status) during long-running operations.
23+
> This minimum version is required to allow for large HTTP headers returned by [Azure Resource Manager](/azure/azure-resource-manager/management/async-operations#url-to-monitor-status) during long-running operations.
2424
2525
Although Netty is the default HTTP client, the SDK provides three client implementations, depending on which dependencies you already have in your project. These implementations are for:
2626

0 commit comments

Comments
 (0)