Client and server links fixed

This commit is contained in:
Georgiy Korneev 2023-07-10 12:15:18 +03:00 committed by GitHub
parent b7289d7e7e
commit 67668f7924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ let mut stream = connector.connect(dnsname, stream).await?;
### Client Example Program
See [examples/client](examples/client/src/main.rs). You can run it with:
See [examples/client.rs](examples/client.rs). You can run it with:
```sh
cd examples/client
@ -50,7 +50,7 @@ cargo run -- hsts.badssl.com
### Server Example Program
See [examples/server](examples/server/src/main.rs). You can run it with:
See [examples/server.rs](examples/server.rs). You can run it with:
```sh
cd examples/server