From e576439c02d9eba21aa51c2967758e78959cfc8b Mon Sep 17 00:00:00 2001 From: ronen barzel Date: Tue, 22 Nov 2022 23:34:22 +0000 Subject: [PATCH] Fix links to examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6545008..00ef04f 100644 --- a/README.md +++ b/README.md @@ -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