diff --git a/build-with-sismo-connect/technical-documentation/README.md b/build-with-sismo-connect/technical-documentation/README.md index 44d111c..0e8c857 100644 --- a/build-with-sismo-connect/technical-documentation/README.md +++ b/build-with-sismo-connect/technical-documentation/README.md @@ -28,4 +28,4 @@ Here are the different GitHub links to Sismo Connect packages. You can find thei * [`@sismo-core/sismo-connect-client`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-client): the front-end [package](packages/client.md) to easily request ZKPs from users in a privacy-preserving manner. * [`@sismo-core/sismo-connect-react`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-react): the React front-end [package](packages/react.md) to easily integrate the sismoConnectButton and sismo-connect-client in your React app. * [`@sismo-core/sismo-connect-server`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-server): the back-end [package](packages/server.md) to easily verify ZKPs offchain. -* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) : the [Solidity Library](packages/solidity.md) to easily verify ZKPs onchain. +* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) : the [Solidity Library](packages/solidity.md) to easily verify ZKPs onchain. diff --git a/build-with-sismo-connect/technical-documentation/packages/README.md b/build-with-sismo-connect/technical-documentation/packages/README.md index f46716b..a9b0c45 100644 --- a/build-with-sismo-connect/technical-documentation/packages/README.md +++ b/build-with-sismo-connect/technical-documentation/packages/README.md @@ -5,4 +5,4 @@ Sismo Connect integration is simple with just a few lines of code: import the fr * [`@sismo-core/sismo-connect-client`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-client): the front-end [package](client.md) to easily request ZKPs from users in a privacy-preserving manner. * [`@sismo-core/sismo-connect-react`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-react): the React front-end [package](react.md) to easily integrate the sismoConnectButton and sismo-connect-client in your React app. * [`@sismo-core/sismo-connect-server`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-server): the back-end [package](server.md) to easily verify ZKPs offchain. -* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) : the [Solidity Library](solidity.md) to easily verify ZKPs onchain. +* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) : the [Solidity Library](solidity.md) to easily verify ZKPs onchain. diff --git a/build-with-sismo-connect/technical-documentation/packages/client.md b/build-with-sismo-connect/technical-documentation/packages/client.md index ceb0efc..0d70ca8 100644 --- a/build-with-sismo-connect/technical-documentation/packages/client.md +++ b/build-with-sismo-connect/technical-documentation/packages/client.md @@ -101,7 +101,7 @@ The `getResponse` function returns the [`SismoConnectResponse`](client.md#sismoc function getResponseBytes(): string | null ``` -The `getResponseBytes` function returns the response encoded in bytes usable by the [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) Library. +The `getResponseBytes` function returns the response encoded in bytes usable by the [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) Library. #### `SismoConnectResponse`