Skip to content

Commit c96d903

Browse files
committed
fix more broken links
1 parent aed5222 commit c96d903

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

delegation-toolkit/concepts/delegation/caveat-enforcers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for common restriction patterns, including:
160160
- Restricting token transfers and approvals.
161161
- Limiting execution frequency.
162162

163-
For other restriction patterns, you can also [create custom caveat enforcers](../../tutorials/create-custom-caveat-enforcer.md) by implementing the `ICaveatEnforcer` interface.
163+
For other restriction patterns, you can also [create custom caveat enforcers](/tutorials/create-custom-caveat-enforcer) by implementing the `ICaveatEnforcer` interface.
164164

165165
## Attenuating authority with redelegations
166166

delegation-toolkit/get-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This page provides instructions to install and set up the MetaMask Delegation To
1717
- Install [Yarn](https://yarnpkg.com/),
1818
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or another package manager.
1919
- If you plan to use any smart contracts (for example, to
20-
[create a custom caveat enforcer](../tutorials/create-custom-caveat-enforcer.md)),
20+
[create a custom caveat enforcer](/tutorials/create-custom-caveat-enforcer)),
2121
install [Foundry](https://book.getfoundry.sh/getting-started/installation).
2222

2323
## Steps
@@ -33,7 +33,7 @@ npm install @metamask/delegation-toolkit
3333
### 2. (Optional) Install the contracts
3434

3535
If you plan to extend the Delegation Framework smart contracts (for example, to
36-
[create a custom caveat enforcer](../tutorials/create-custom-caveat-enforcer.md)), install
36+
[create a custom caveat enforcer](/tutorials/create-custom-caveat-enforcer)), install
3737
the contract package using Foundry's command-line tool, Forge:
3838

3939
```bash

delegation-toolkit/guides/delegation/restrict-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ const delegation = createDelegation({
105105
});
106106
```
107107

108-
For more specific or custom control, you can also [create custom caveat enforcers](../../tutorials/create-custom-caveat-enforcer.md)
108+
For more specific or custom control, you can also [create custom caveat enforcers](/tutorials/create-custom-caveat-enforcer)
109109
and add them to the caveat builder.

embedded-wallets/sdk/vue/advanced/custom-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To configure a connection, you need to provide the particular details of the con
2626

2727
:::tip
2828

29-
Visit the [Auth Provider Setup](/authentication) page to learn more about to setup the different configurations available for each connection.
29+
Visit the [Auth Provider Setup](/embedded-wallets/authentication) page to learn more about to setup the different configurations available for each connection.
3030

3131
:::
3232

@@ -42,7 +42,7 @@ You can only configure implicit login via modal, for JWT based logins, you need
4242

4343
For the modal custom authentication, you need to pass the `modalConfig` object to the `Web3AuthOptions` object within the constructor.
4444

45-
> **Read more about the `modalConfig` object in the [Whitelabel](./whitelabel) section.**
45+
> **Read more about the `modalConfig` object in the [Whitelabel](../whitelabel) section.**
4646
4747
### Usage
4848

embedded-wallets/sdk/vue/advanced/whitelabel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ export default web3AuthContextConfig
249249

250250
For complete control over the authentication interface, you can bypass the Web3Auth modal entirely and use the `connectTo` function. This allows you to create custom buttons that connect directly to specific auth providers.
251251

252-
See the [Custom Authentication](./custom-authentication) section for detailed implementation instructions.
252+
See the [Custom Authentication](../custom-authentication) section for detailed implementation instructions.

0 commit comments

Comments
 (0)