From 615c4976e0b408f0c45c0969e63f388ffa22c5d3 Mon Sep 17 00:00:00 2001 From: Flavio Garcia Date: Wed, 12 Jan 2022 19:51:19 -0500 Subject: [PATCH] Fixed broken link to the documentation Since github.com pages are depreciated it is necessary github pages to github.io. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5eacfa1..c6c760f 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ ECPy (pronounced ekpy), is a pure python Elliptic Curve library providing ECDSA, EDDSA (Ed25519), ECSchnorr, Borromean signatures as well as Point operations. -Full html documentation is available `here `_. +Full html documentation is available `here `_. **ECDSA sample**