From 1320d8a83001d69f13ed5f9371abcc5d8a66917c Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Wed, 20 Jan 2021 10:02:21 -0800 Subject: [PATCH] Add link to the doc (#1384) * Add link to the doc --- sdk/core/azure-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/README.md b/sdk/core/azure-core/README.md index 6a447f489..03a5e075e 100644 --- a/sdk/core/azure-core/README.md +++ b/sdk/core/azure-core/README.md @@ -20,7 +20,7 @@ The main shared concepts of Azure::Core include: ### HTTP Transport adapter -Out of the box, the Azure SDK for C++ supports the libcurl and WinHTTP libraries as HTTP stacks for communicating with Azure services over the network. The SDK also provides a mechanism for `customer-implemented` *HTTP transport adapter*. +Out of the box, the Azure SDK for C++ supports the libcurl and WinHTTP libraries as HTTP stacks for communicating with Azure services over the network. The SDK also provides a mechanism for `customer-implemented` *HTTP transport adapter*. [You can learn more about the transport adapter in this doc](https://github.com/Azure/azure-sdk-for-cpp/blob/master/doc/HttpTransportAdapter.md#http-transport-adapter). ## Troubleshooting