Skip to content

Commit

Permalink
Fix broken links (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Apr 19, 2024
1 parent bfef541 commit 75cfadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/home/4337-guides/permissionless-detailed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this guide, you will learn how to sponsor the deployment of an ERC-4337 Safe
This guide focuses on how user operations are built and what happens under the hood when a Safe is configured and deployed with the `Safe4337Module` enabled. For a quickstart guide, check the [Permissionless quickstart guide](./permissionless-quickstart).

<Callout type="info" emoji="ℹ️">
If you are already building with the Safe\{Core\} SDK, you may want to follow the [Safe4337Pack guide](../../sdk/relay-kit/guides/safe4337pack.mdx) instead of integrating the `permissionless` library directly into your application.
If you are already building with the Safe\{Core\} SDK, you may want to follow the [Safe4337Pack guide](../../sdk/relay-kit/guides/4337-safe.mdx) instead of integrating the `permissionless` library directly into your application.
</Callout>

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion pages/home/4337-guides/permissionless-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pimlico is one of the most popular ERC-4337 account abstraction infrastructure p
`permissionless` is a TypeScript library focused on building with the ERC-4337 stack, including smart accounts, bundlers, paymasters, and user operations. Some of its core principles are providing a great developer experience and avoiding vendor lock-in by supporting different providers and ERC-4337 smart accounts, including Safe.

<Callout type='info' emoji='ℹ️'>
If you are already building with the Safe\{Core\} SDK, you may want to follow the [Safe4337Pack guide](../../sdk/relay-kit/guides/safe4337pack.mdx) instead of integrating the `permissionless` library directly into your application.
If you are already building with the Safe\{Core\} SDK, you may want to follow the [Safe4337Pack guide](../../sdk/relay-kit/guides/4337-safe.mdx) instead of integrating the `permissionless` library directly into your application.
</Callout>

## Prerequisites
Expand Down

0 comments on commit 75cfadd

Please sign in to comment.