From 6ad30652a6fd0625ed6bab3079c6f0dce4f44861 Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Thu, 10 Nov 2016 22:46:54 +0100 Subject: [PATCH] Fixing URLs in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a93155..b4e6330 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Rusty Secrets [![Build Status](https://travis-ci.org/freedomofpress/RustySecrets.svg?branch=master)](https://travis-ci.org/freedomofpress/RustySecrets) [![Coverage Status](https://coveralls.io/repos/github/freedomofpress/RustySecrets/badge.svg?branch=master)](https://coveralls.io/github/freedomofpress/RustySecrets?branch=master) +# 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://freedomofpress.github.io/RustySecrets/rusty_secrets/index.html) +[**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).