Skip to content

Commit c239936

Browse files
committed
Fix markdown link syntax
1 parent b954892 commit c239936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Attempts to connect to the web server while incorporating the following activiti
161161
- SSL handshake
162162
- HTTP proxy configuration
163163

164-
In doing so it will create a distinct connection pool name that is safe to use with SSL and / or proxy based connections, and as such this syntax is strongly recommended over the original [deprecated connection syntax](#TCP_only_connect).
164+
In doing so it will create a distinct connection pool name that is safe to use with SSL and / or proxy based connections, and as such this syntax is strongly recommended over the original [deprecated connection syntax](#TCP-only-connect).
165165

166166
The options table has the following fields:
167167

@@ -210,7 +210,7 @@ Configure an HTTP proxy to be used with this client instance. The `opts` table e
210210
* `https_proxy_authorization`: as `http_proxy_authorization` but for use with `https_proxy` (since with HTTPS the authorisation is done when connecting, this one cannot be overridden by passing the `Proxy-Authorization` request header).
211211
* `no_proxy`: a comma separated list of hosts that should not be proxied.
212212

213-
Note that this method has no effect when using the deprecated [TCP only connect](#TCP_only_connect) connection syntax.
213+
Note that this method has no effect when using the deprecated [TCP only connect](#TCP-only-connect) connection syntax.
214214

215215
## get\_reused\_times
216216

@@ -405,7 +405,7 @@ NOTE: the default pool name will only incorporate IP and port information so is
405405

406406
`syntax: ok, err = httpc:connect_proxy(proxy_uri, scheme, host, port, proxy_authorization)`
407407

408-
*Calling this method manually is no longer necessary since it is incorporated within [connect](#connect). It is retained for now for compatibility with users of the older [TCP only connect](#TCP_only_connect) syntax.*
408+
*Calling this method manually is no longer necessary since it is incorporated within [connect](#connect). It is retained for now for compatibility with users of the older [TCP only connect](#TCP-only-connect) syntax.*
409409

410410
Attempts to connect to the web server through the given proxy server. The method accepts the following arguments:
411411

@@ -426,7 +426,7 @@ There's a few key points to keep in mind when using this api:
426426

427427
`syntax: session, err = httpc:ssl_handshake(session, host, verify)`
428428

429-
*Calling this method manually is no longer necessary since it is incorporated within [connect](#connect). It is retained for now for compatibility with users of the older [TCP only connect](#TCP_only_connect) syntax.*
429+
*Calling this method manually is no longer necessary since it is incorporated within [connect](#connect). It is retained for now for compatibility with users of the older [TCP only connect](#TCP-only-connect) syntax.*
430430

431431
See [OpenResty docs](https://github.com/openresty/lua-nginx-module#ngxsockettcp).
432432

0 commit comments

Comments
 (0)