chore(docs): Fix examples link (#202)

* url is just examples, not tonic-examples

* Change root directory from tonic-examples to examples.  Matches current directory structure.
This commit is contained in:
Thomas May
2019-12-20 22:39:39 -05:00
committed by Lucio Franco
parent 5e6b1fe487
commit 59d008db7e
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
//! [`hyper`]: https://docs.rs/hyper
//! [`tower`]: https://docs.rs/tower
//! [`tonic-build`]: https://docs.rs/tonic-build
//! [`tonic-examples`]: https://github.com/hyperium/tonic/tree/master/tonic-examples
//! [`tonic-examples`]: https://github.com/hyperium/tonic/tree/master/examples
//! [`Codec`]: codec/trait.Codec.html
//! [`Channel`]: transport/struct.Channel.html
//! [`Server`]: transport/struct.Server.html