diff --git a/docs/learn/introduction.md b/docs/learn/introduction.md index 2a127ce82..a7beb6ea5 100644 --- a/docs/learn/introduction.md +++ b/docs/learn/introduction.md @@ -50,7 +50,7 @@ The table below highlights the features of the LSPs and their benefits: | | Gnosis SAFE | Base Smart Contract Account | EIP 6900 Modular Smart Contract account | Universal Profiles | | ------------------------------ | -------------------------- | --------------------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------- | -| Profile like information | ❌ | ❌ | ❌ | ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) | +| Profile like information | ❌ | ❌ | ❌ | ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) | | Generic Information Storage | ❌ | ❌ | ❌ | ✅ Through [ERC725Y](../standards/accounts/lsp0-erc725account.md#erc725y---generic-key-value-store) | | Notifications and Reactability | ❌ | ❌ | ❌ | ✅ Through [LSP1](../standards/accounts/lsp1-universal-receiver.md) | | Permission System | ❌ | ❌ | ❌ | ✅ Through [LSP6](../standards/access-control/lsp6-key-manager.md) | diff --git a/docs/standards/accounts/lsp15-transaction-relayer-api.md b/docs/standards/accounts/lsp15-transaction-relayer-api.md index 4b4bcdc11..4ec26fae2 100644 --- a/docs/standards/accounts/lsp15-transaction-relayer-api.md +++ b/docs/standards/accounts/lsp15-transaction-relayer-api.md @@ -19,7 +19,7 @@ Want to easily deploy a Universal Profile using our Developer Relayer API? See t ::: -This standard is the off-chain API that any transaction relay service can implement to be compatible with the [Universal Profile controller apps](../../../src/pages/docs.lukso.tech/install-up-browser-extension/). See [the `up_addTransactionRelayer` RPC endpoint](../../tools/services/rpc-api#up_addTransactionRelayer) for more. +This standard is the off-chain API that any transaction relay service can implement to be compatible with the [Universal Profile controller apps](/install-up-browser-extension). See [the `up_addTransactionRelayer` RPC endpoint](../../tools/services/rpc-api#up_addTransactionRelayer) for more. To learn how to sign a transaction relay message see [LSP25 Execute Relay Call](./lsp25-execute-relay-call.md).