Merge pull request #11 from apache/cryptodocsv1

Cryptodocsv1
diff --git a/README.md b/README.md
index 8f4835f..f4c7512 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@
 
 * [Milagro Crypto C Library](https://github.com/apache/incubator-milagro-crypto-c)
 * [Milagro Crypto JavaScript Library](https://github.com/apache/incubator-milagro-javascript)
+* [Milagro Crypto Rust Library](https://github.com/apache/incubator-milagro-crypto-rust/)
 
 For the time being, only the C and JavaScript libraries are being supported going forward.
 
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 @@
 

 **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 @@
 

 <!--

 Supported admonition types are: caution, note, important, tip, warning.

--->
\ No newline at end of file
+-->

diff --git a/website/core/Footer.js b/website/core/Footer.js
index e7e8a9d..2ef0282 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -76,7 +76,7 @@
           <div>
             <h5>More</h5>
             <a href={`${this.props.config.baseUrl}blog`}>Status</a>
-            <a href="https://github.com/apache/incubator-milagro-crypto">GitHub</a>
+            <a href="https://github.com/apache/incubator-milagro-crypto-c">GitHub</a>
             <a
               className="github-button"
               href={this.props.config.repoUrl}