Skip to content

Commit

Permalink
Fix new folder locations (cloudflare#3982)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Salas Bastidas <[email protected]>
  • Loading branch information
LPardue and ajsb85 authored Mar 31, 2022
1 parent 852ef79 commit 1383479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/http3/tutorials/quiche-http3-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Quiche is Cloudflare's own implementation of the QUIC transport protocol and HTT

```sh
$ git clone --recursive https://github.com/cloudflare/quiche.git
$ cd quiche/tools/apps
$ cd quiche/apps
$ cargo build
$ cd target/debug/
$ cd ../target/debug/
```

## Use quiche-client
Expand Down

0 comments on commit 1383479

Please sign in to comment.