change: Update website and github for ZKEVM

Changed the github page to point to `zkevm-circuits` instead of specs.
Changed the website page to point to the MDBook that we have under
construction. (Should become the reference page in the future for
documentation about the project).
This commit is contained in:
CPerezz
2022-06-08 15:57:40 +02:00
parent b1e3a6d897
commit eed16ffda6

View File

@@ -31,10 +31,10 @@
"description": "A zk-rollup that can generate zk proofs for general EVM verification. This allows us to build a fully EVM-compatible zk-Rollup, which any existing Ethereum application can easily migrate to.",
"links": [
{
"website": "https://hackmd.io/@yezhang/S1_KMMbGt"
"website": "https://privacy-scaling-explorations.github.io/zkevm-docs/"
},
{
"github": "https://github.com/appliedzkp/zkevm-specs"
"github": "https://github.com/appliedzkp/zkevm-circuits"
}
]
},
@@ -183,4 +183,4 @@
}
]
}
]
]