diff options
author | Elliot Waite <elliot@elliotwaite.com> | 2020-12-14 11:13:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 20:13:12 +0100 |
commit | f3d57761abc425f546985af407f178d71db20b78 (patch) | |
tree | 36925f3cf4bc1b94fa93c58c969f40be60d462fa /lib/pure/httpclient.nim | |
parent | e843492b1334ded1d8fcd0e0eb6dc94fcf970aba (diff) | |
download | Nim-f3d57761abc425f546985af407f178d71db20b78.tar.gz |
Fix broken links in docs (#16336)
* Fix broken links in docs * Fix rand HSlice links
Diffstat (limited to 'lib/pure/httpclient.nim')
-rw-r--r-- | lib/pure/httpclient.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim index 880c05765..3093f5564 100644 --- a/lib/pure/httpclient.nim +++ b/lib/pure/httpclient.nim @@ -129,7 +129,7 @@ ## A set of directories and files from the `ssl_certs <ssl_certs.html>`_ ## module are scanned to locate CA certificates. ## -## See `newContext <net.html#newContext>`_ to tweak or disable certificate validation. +## See `newContext <net.html#newContext.string,string,string,string>`_ to tweak or disable certificate validation. ## ## Timeouts ## ======== @@ -565,7 +565,7 @@ proc newHttpClient*(userAgent = defUserAgent, maxRedirects = 5, ## default is 5. ## ## ``sslContext`` specifies the SSL context to use for HTTPS requests. - ## See `SSL/TLS support <##ssl-tls-support>`_ + ## See `SSL/TLS support <#sslslashtls-support>`_ ## ## ``proxy`` specifies an HTTP proxy to use for this HTTP client's ## connections. |