From b8483b92f96c11021cc29b3175e73c688f593733 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 1 Oct 2019 17:53:10 -0400 Subject: [PATCH] Update logos --- README.md | 2 +- tonic/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d3bf7..f91a6f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic-banner.svg?sanitize=true) +![](https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-banner.svg?sanitize=true) A rust implementation of [gRPC], a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs index ab9a61a..939d562 100644 --- a/tonic/src/lib.rs +++ b/tonic/src/lib.rs @@ -66,7 +66,7 @@ unreachable_pub )] #![doc( - html_logo_url = "https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic-docs.png" + html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png" )] #![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")] #![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]