From 23bc6ff84872d158818ae355744d7de158b50cc9 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 31 Jan 2018 02:26:28 +0000 Subject: [PATCH] Change README and docs sidebar image to transparent version. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09077d3..f7ad37d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ + src="https://raw.githubusercontent.com/dalek-cryptography/curve25519-dalek/develop/dalek-logo-clear.png"/> **A pure-Rust implementation of group operations on Ristretto and Curve25519.** diff --git a/src/lib.rs b/src/lib.rs index 7df436c..e06c1c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ #![cfg_attr(feature = "nightly", deny(missing_docs))] #![cfg_attr(feature = "nightly", doc(include = "../README.md"))] -#![doc(html_logo_url = "https://user-images.githubusercontent.com/797/34898472-83686016-f7f3-11e7-967b-24b2aadd623a.png")] +#![doc(html_logo_url = "https://github.com/dalek-cryptography/curve25519-dalek/blob/develop/dalek-logo-clear.png?raw=true")] //------------------------------------------------------------------------ // External dependencies: