1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Updated example link to use actix-extras repo (#117)

This commit is contained in:
Matteo 2020-10-14 13:41:05 -07:00 committed by GitHub
parent 2d1a493f17
commit b59e307de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ async fn index(msg: ProtoBuf<MyObj>) -> Result<HttpResponse> {
}
```
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