From 2b64b0a21060d4734c3b7776263cd511b89be872 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 16 Apr 2015 14:09:25 -0500 Subject: [PATCH] Fix documentation link in README; github interprets it as an image then breaks the URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb69b1..1665fb6 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ a C library by Peter Wuille for producing ECDSA signatures using the SECG curve * implements many unit tests, adding to those already present in `libsecp256k1` * makes no allocations (except in unit tests) for efficiency and use in freestanding implementations -![Full documentation](https://www.wpsoftware.net/rustdoc/secp256k1/) +[Full documentation](https://www.wpsoftware.net/rustdoc/secp256k1/)