Skip to content

Commit

Permalink
Fix links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen authored Nov 22, 2022
1 parent 8ad4620 commit e576439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ A drop-in, lightweight gRPC replacement.

## Examples

* [A basic drpc client and server](./tree/main/examples/drpc)
* [A basic drpc client and server that also serves a Twirp/grpc-web compatible http server on the same port](./tree/main/examples/drpc)
* [Serving gRPC and DRPC on the same port](./tree/main/examples/grpc_and_drpc)
* [A basic drpc client and server](../../tree/main/examples/drpc)
* [A basic drpc client and server that also serves a Twirp/grpc-web compatible http server on the same port](../../tree/main/examples/drpc)
* [Serving gRPC and DRPC on the same port](../../tree/main/examples/grpc_and_drpc)

## Other Languages

Expand Down

0 comments on commit e576439

Please sign in to comment.