Fix links to HTML DAGs

This commit is contained in:
Jack Grigg 2022-02-21 13:04:48 +00:00
parent 33aafd211f
commit c5f9cb5cfe
1 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
<h1>Zcash Developers Hub</h1>
<p>Eventually this will be a common resource for development teams working on Zcash.</p>
<p>Currently this is just hosting DAGs showing dependencies between issues and PRs, for several Zcash teams.</p>
<p><a href="/zcash-core-dag">ECC core team DAG</a></p>
<p><a href="/zcash-wallet-dag">ECC wallet team DAG</a></p>
<p><a href="/zcash-zf-dag">ZF DAG</a></p>
<p><a href="/zcash-halo2-dag">Halo2-focused DAG</a></p>
<p><a href="zcash-core-dag">ECC core team DAG</a></p>
<p><a href="zcash-wallet-dag">ECC wallet team DAG</a></p>
<p><a href="zcash-zf-dag">ZF DAG</a></p>
<p><a href="zcash-halo2-dag">Halo2-focused DAG</a></p>
</body>
</html>