Skip to content

Commit

Permalink
docs: fix broken link in Natspec docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Aug 25, 2023
1 parent 804d338 commit 2a446bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/LSP6KeyManager/LSP6KeyManagerCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ abstract contract LSP6KeyManagerCore is
* @custom:events {PermissionsVerified} event when the permissions related to `payload` have been verified successfully.
*
* @custom:hint If you are looking to learn how to sign and execute relay transactions via the Key Manager,
* see our Javascript step by step guide [_"Execute Relay Transactions"_](../../guides/key-manager/execute-relay-transactions.md).
* see our Javascript step by step guide [_"Execute Relay Transactions"_](../../../guides/key-manager/execute-relay-transactions.md).
* See the LSP6 Standard page for more details on how to
* [generate a valid signature for Execute Relay Call](../universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions).
* [generate a valid signature for Execute Relay Call](../../../standards/universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions).
*/
function executeRelayCall(
bytes memory signature,
Expand Down

0 comments on commit 2a446bb

Please sign in to comment.