diff --git a/.github/assets/tonic-banner2.svg b/.github/assets/tonic-banner2.svg
deleted file mode 100644
index 76a05ce..0000000
--- a/.github/assets/tonic-banner2.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
diff --git a/.github/assets/tonic_docs.svg b/.github/assets/tonic-docs.svg
similarity index 100%
rename from .github/assets/tonic_docs.svg
rename to .github/assets/tonic-docs.svg
diff --git a/.github/assets/tonic.svg b/.github/assets/tonic.svg
deleted file mode 100755
index 01fc7ea..0000000
--- a/.github/assets/tonic.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/.github/assets/tonic_ghbanner.png b/.github/assets/tonic_ghbanner.png
deleted file mode 100644
index 0c69c8c..0000000
Binary files a/.github/assets/tonic_ghbanner.png and /dev/null differ
diff --git a/README.md b/README.md
index 01a4da8..c3750ab 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs
index a4fc813..d5a350b 100644
--- a/tonic/src/lib.rs
+++ b/tonic/src/lib.rs
@@ -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))))]