From 02c88e016492d22236a0babaec4f280193dc83c5 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Sun, 20 Aug 2017 02:57:22 +0200 Subject: [PATCH] Add link to documentation for latest release. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e98d64..5c575b1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Rusty Secrets [![Build Status](https://travis-ci.org/SpinResearch/RustySecrets.svg?branch=master)](https://travis-ci.org/SpinResearch/RustySecrets) [![Coverage Status](https://coveralls.io/repos/github/SpinResearch/RustySecrets/badge.svg?branch=master)](https://coveralls.io/github/SpinResearch/RustySecrets?branch=master) -[**Documentation**](http://spinresearch.github.io/RustySecrets/rusty_secrets/index.html) - -Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing). +> Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing). +[**Documentation (latest)**](https://docs.rs/rusty_secrets/) +[**Documentation (master)**](http://spinresearch.github.io/RustySecrets/rusty_secrets/index.html) ## Design goals