From b59e307de1789b64ab94c2d58e5164a15fcedbb8 Mon Sep 17 00:00:00 2001 From: Matteo Date: Wed, 14 Oct 2020 13:41:05 -0700 Subject: [PATCH] Updated example link to use actix-extras repo (#117) --- actix-protobuf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index a02048aab..52dfb8ba1 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -30,7 +30,7 @@ async fn index(msg: ProtoBuf) -> Result { } ``` -See [here](https://github.com/actix/actix-protobuf/tree/master/examples/prost-example) for the complete example. +See [here](https://github.com/actix/actix-extras/tree/master/actix-protobuf/examples/prost-example) for the complete example. ## License