From cae279e5e3ef19ae1e7cdf0503d4ce6e066942c0 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Tue, 27 Aug 2019 13:11:02 +0300 Subject: [PATCH] Update Readme links - godoc link - travis link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5ba5f..248cebe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ rfc6979 ======= -[![Build Status](https://travis-ci.org/codahale/rfc6979.png?branch=master)](https://travis-ci.org/codahale/rfc6979) +[![Build Status](https://travis-ci.org/nspcc-dev/rfc6979.png?branch=master)](https://travis-ci.org/nspcc-dev/rfc6979) A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s deterministic DSA/ECDSA signature scheme. -For documentation, check [godoc](http://godoc.org/github.com/codahale/rfc6979). +For documentation, check [godoc](http://godoc.org/github.com/nspcc-dev/rfc6979).