Skip to content

Commit

Permalink
docs(docs): fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisgarner authored and ctrlc03 committed Jun 21, 2024
1 parent f6ae34a commit 238dff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The main circuits are:

The rest of the circuits are utilities templates that are required for the main circuits to work correctly. These include utilities such as float math, conversion of private keys, and Poseidon hashing/encryption.

Please refer to the [documentation](https://maci.pse.dev/docs/circuits) for a more in depth explanation.
Please refer to the [documentation](https://maci.pse.dev/docs/category/zk-snark-circuits) for a more in depth explanation.

[circuits-npm-badge]: https://img.shields.io/npm/v/maci-circuits.svg
[circuits-npm-link]: https://www.npmjs.com/package/maci-circuits
Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Actions Status][cli-actions-badge]][cli-actions-link]

Please refer to the [documentation for the
CLI](https://maci.pse.dev/docs/cli).
CLI](https://maci.pse.dev/docs/developers-references/typescript-code/cli).

[cli-npm-badge]: https://img.shields.io/npm/v/maci-cli.svg
[cli-actions-badge]: https://github.com/privacy-scaling-explorations/maci/actions/workflows/e2e.yml/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This submodule contains all the Ethereum contracts and tests for MACI.

For more information please refer to the [documentation for Contracts](https://maci.pse.dev/docs/contracts).
For more information please refer to the [documentation for Contracts](https://maci.pse.dev/docs/category/smart-contracts).

[contracts-npm-badge]: https://img.shields.io/npm/v/maci-contracts.svg
[contracts-npm-link]: https://www.npmjs.com/package/maci-contracts
Expand Down

0 comments on commit 238dff5

Please sign in to comment.