diff --git a/apps/website/versioned_docs/version-v1.2/typedoc/core/index.md b/apps/website/versioned_docs/version-v1.2/typedoc/core/index.md index 71a56e2071..d322f38e7c 100644 --- a/apps/website/versioned_docs/version-v1.2/typedoc/core/index.md +++ b/apps/website/versioned_docs/version-v1.2/typedoc/core/index.md @@ -18,7 +18,7 @@ contracts in discrete components which are easy to test. To this end, this submodule exposes a `MaciState` class and a `Poll` class. Developers should instantiate objects from these classes to test MACI. For -instance, [`MACI.test.ts`](https://github.com/privacy-scaling-explorations/maci/blob/dev/contracts/tests/MACI.test.ts) creates a +instance, [`MACI.test.ts`](https://github.com/privacy-scaling-explorations/maci/blob/dev/packages/contracts/tests/MACI.test.ts) creates a `MaciState` object and every time it interacts with the MACI smart contract, it mirrors said interaction on the `MaciState` and `Poll`. As such, the developer can then use their helper functions like `maciState.signUp()`, diff --git a/packages/core/README.md b/packages/core/README.md index 2db5c7ee71..86b471cd97 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -15,7 +15,7 @@ contracts in discrete components which are easy to test. To this end, this submodule exposes a `MaciState` class and a `Poll` class. Developers should instantiate objects from these classes to test MACI. For -instance, [`MACI.test.ts`](https://github.com/privacy-scaling-explorations/maci/blob/dev/contracts/tests/MACI.test.ts) creates a +instance, [`MACI.test.ts`](https://github.com/privacy-scaling-explorations/maci/blob/dev/packages/contracts/tests/MACI.test.ts) creates a `MaciState` object and every time it interacts with the MACI smart contract, it mirrors said interaction on the `MaciState` and `Poll`. As such, the developer can then use their helper functions like `maciState.signUp()`,