Skip to content

Commit

Permalink
more assets and readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 1, 2019
1 parent e02e814 commit ca69b41
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 53 deletions.
29 changes: 0 additions & 29 deletions .github/assets/tonic-banner2.svg

This file was deleted.

File renamed without changes
22 changes: 0 additions & 22 deletions .github/assets/tonic.svg

This file was deleted.

Binary file removed .github/assets/tonic_ghbanner.png
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ question. Last, if that doesn't work, try opening an [issue] with the question.

- [`tonic`](https://github.com/hyperium/tonic/tree/master/tonic): Generic gRPC and HTTP/2 client/server
implementation.
- [`tonic-build`](https://github.com/hyperium/tonic/tree/master/tonic): [`prost`] based service codegen.
- [`tonic-build`](https://github.com/hyperium/tonic/tree/master/tonic-build): [`prost`] based service codegen.
- [`tonic-examples`](https://github.com/hyperium/tonic/tree/master/tonic-examples): Example gRPC implementations showing off
tls, load balancing and bi-directional streaming.
- [`tonic-interop`](https://github.com/hyperium/tonic/tree/master/tonic-interop): Interop tests implementation.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion tonic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
unreachable_pub
)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/LucioFranco/tonic/master/.github/assets/tonic_docs.svg?token=ABL5YXJBV6OYQ6N2YQMMGIK5TJL6O"
html_logo_url = "https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic-docs.svg?sanitize=true"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
Expand Down

0 comments on commit ca69b41

Please sign in to comment.