This is an automated email from the ASF dual-hosted git repository.
kmccusker pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
The following commit(s) were added to refs/heads/dev by this push:
new 912a852 Fixed 404 link
new 1e43bbc Merge pull request #7 from Swader/patch-1
912a852 is described below
commit 912a852477435a1340ed4d4b33be3d26e5b41955
Author: Bruno Škvorc <[email protected]>
AuthorDate: Wed Jul 24 22:20:32 2019 +0200
Fixed 404 link
Originally linked to an html page, changed to same link as in sidebar.
---
docs/milagro-crypto.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/milagro-crypto.md b/docs/milagro-crypto.md
index 732665f..8c5a57c 100644
--- a/docs/milagro-crypto.md
+++ b/docs/milagro-crypto.md
@@ -85,7 +85,7 @@ If the statement consists _only_ of the fact that the prover
possesses the secre
**Zero-knowledge proof** is a method by which one party (the prover) can prove
to another party (the verifier) that a given statement is true, without
conveying any information apart from the fact that the statement is indeed true.
-For an in-depth dive into the cryptographic protocols in use within the
Milagro framework, see the next section [Milagro
Protocols](milagro-protocols.html).
+For an in-depth dive into the cryptographic protocols in use within the
Milagro framework, see the next section [Milagro
Protocols](/docs/milagro-protocols).
---
@@ -95,4 +95,4 @@ Submit a pull request on the development branch of [Milagro
Website Repo](https:
<!--
Supported admonition types are: caution, note, important, tip, warning.
--->
\ No newline at end of file
+-->