Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 27, 2023
1 parent eded36f commit 7ed6761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion safe-core-sdk/auth-kit/guides/safe-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 7ed6761

Please sign in to comment.