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