Fix broken TLS anchor link in docs overview

Now correctly links to:
https://docs.rs/ureq/latest/ureq/#https--tls--ssl

Introduced in 56276c3742.

Also fixes a rustdoc typo spotted by my IDE's spell checker whilst the
project was open.
This commit is contained in:
Ed Morley
2022-02-25 12:02:21 +00:00
committed by Martin Algesten
parent 21238ef2e0
commit a8ed085a93
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ HTTPS, and charset decoding.
Ureq is in pure Rust for safety and ease of understanding. It avoids using
`unsafe` directly. It [uses blocking I/O][blocking] instead of async I/O, because that keeps
the API simple and and keeps dependencies to a minimum. For TLS, ureq uses
[rustls or native-tls](#tls).
[rustls or native-tls](#https--tls--ssl).
Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details.