Skip to content

Commit

Permalink
docs() fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Sep 23, 2023
1 parent a1cdc74 commit d599c71
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [What is Zama's fhEVM?](README.md)

## Zama's fhEVM network
## Getting started

- Connect wallet
- [Metamask](getting_started/wallet/metamask.md)
Expand All @@ -12,7 +12,7 @@

## Writing contract

- [Getting started](getting_started.md)
- [Getting started](solidity/getting_started.md)
- [Hardhat](solidity/getting_started/hardhat.md)
- [Remix](solidity/getting_started/remix.md)
- [Docker](solidity/getting_started/docker.md)
Expand All @@ -37,6 +37,6 @@

## Resources

- [Whitepaper](resources/whitepaper.md)
- [Tutorials](resources/tutorials.md)
- [Repositories](resources/repositories.md)
- [Whitepaper](https://github.com/zama-ai/fhevm/blob/main/fhevm-whitepaper.pdf)
2 changes: 1 addition & 1 deletion docs/getting_started/wallet/metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here are the main steps from the [official guide](https://support.metamask.io/hc
From the homepage of your wallet, click on the network selector in the top left, and then on 'Add network'
</figcaption></figure>

<figure><img src="../../.gitbook/assets/metamask_add_network2.webp" alt="How to add network" width="300"><figcaption>
<figure><img src="../../.gitbook/assets/metamask_add_network2.webp" alt="How to add network"><figcaption>
MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.</figcaption></figure>
<!-- markdown-link-check-disable -->

Expand Down
8 changes: 7 additions & 1 deletion docs/resources/repositories.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Repositories

- [Solidity library](https://github.com/zama-ai/fhevm/)
## Implementation

- [fhEVM on evmos](https://github.com/zama-ai/fhevm-evmos/)

## Libraries

- [Solidity library](https://github.com/zama-ai/fhevm/)
- [fhevmjs](https://github.com/zama-ai/fhevmjs/)
3 changes: 0 additions & 3 deletions docs/resources/whitepaper.md

This file was deleted.

0 comments on commit d599c71

Please sign in to comment.