diff --git a/SUMMARY.md b/SUMMARY.md index 36a13b87..b12ecb69 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -27,10 +27,10 @@ * [Auth Kit](safe-core-sdk/auth-kit/README.md) * [Guides](safe-core-sdk/auth-kit/guides/README.md) - * [Web3Auth](safe-core-sdk/auth-kit/guides/web3auth.md) + * [SafeAuth](safe-core-sdk/auth-kit/guides/safe-auth.md) * [Reference](safe-core-sdk/auth-kit/reference/README.md) * [AuthKitBasePack](safe-core-sdk/auth-kit/reference/AuthKitBasePack.md) - * [Web3AuthModalPack](safe-core-sdk/auth-kit/reference/Web3AuthModalPack.md) + * [SafeAuthPack](safe-core-sdk/auth-kit/reference/SafeAuthPack.md) * [Protocol Kit](safe-core-sdk/protocol-kit/README.md) * [Reference](safe-core-sdk/protocol-kit/reference/README.md) diff --git a/safe-core-sdk/auth-kit/guides/safe-auth.md b/safe-core-sdk/auth-kit/guides/safe-auth.md index 9d01a895..414d25c4 100644 --- a/safe-core-sdk/auth-kit/guides/safe-auth.md +++ b/safe-core-sdk/auth-kit/guides/safe-auth.md @@ -107,7 +107,7 @@ const safeAuthPack = new SafeAuthPack({ ## Signing and executing transactions using the SafeAuthPack and Protocol Kit -The `SafeAuthPack` can be used with the [Protocol Kit](../protocol-kit/README.md) to establish a connection to a Safe. This connection is made using the `provider` and `signer` associated with the authenticated account. +The `SafeAuthPack` can be used with the [Protocol Kit](../../protocol-kit/README.md) to establish a connection to a Safe. This connection is made using the `provider` and `signer` associated with the authenticated account. After connecting, you can use any of the methods provided in the [Protocol Kit](https://github.com/safe-global/safe-core-sdk/tree/main/packages/protocol-kit#sdk-api).