Skip to content

Commit fe78e48

Browse files
committed
Merge branch 'seo-fixes' of https://github.com/MetaMask/metamask-docs into seo-fixes
2 parents 0e4c454 + 705011d commit fe78e48

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

delegation-toolkit/get-started/use-the-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The CLI provides the following options to display CLI details, and further custo
4848
| `-v` or `--version` | Check the current version of the `@metamask/create-gator-app` CLI. |
4949
| `-h` or `--help` | Display the available options. |
5050
| `--skip-install` | Skip the installation of dependencies. |
51-
| `--add-web3auth` | Add [MetaMask Embedded Wallets, prev Web3Auth](https://docs.metamask.io/embedded-wallets) as a signer for the delegator account.<br/>Supported templates:<br/>- MetaMask Smart Accounts Starter<br/>- MetaMask Smart Accounts & Delegation Starter |
51+
| `--add-web3auth` | Add [MetaMask Embedded Wallets (previously Web3Auth)](/embedded-wallets) as a signer for the delegator account.<br/>Supported templates:<br/>- MetaMask Smart Accounts Starter<br/>- MetaMask Smart Accounts & Delegation Starter |
5252
| `--add-llm-rules` | Add LLM rules for your IDE. Supported in the Experimental: ERC7715 Permissions Starter template. |
5353

5454
## Examples
5555

5656
### MetaMask Embedded Wallets configuration
5757

58-
To create a project that uses [MetaMask Embedded Wallets](https://docs.metamask.io/embedded-wallets) Embedded Wallet as the signer for your delegator
58+
To create a project that uses [MetaMask Embedded Wallets](/embedded-wallets) as the signer for your delegator
5959
account, use the `--add-web3auth` option with `@metamask/create-gator-app`:
6060

6161
```bash

gator_versioned_docs/version-0.12.0/get-started/cli-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The CLI provides the following options to display CLI details, and further custo
5353

5454
### MetaMask Embedded Wallets configuration
5555

56-
To create a project that uses [MetaMask Embedded Wallets (Web3Auth)](https://docs.metamask.io/embedded-wallets/) as the signer for your delegator account, use the `--add-web3auth` option with `@metamask/create-gator-app`:
56+
To create a project that uses [MetaMask Embedded Wallets (Web3Auth)](/embedded-wallets) as the signer for your delegator account, use the `--add-web3auth` option with `@metamask/create-gator-app`:
5757

5858
```bash
5959
npx @metamask/create-gator-app --add-web3auth

sdk/connect/javascript-web3auth.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ toc_max_heading_level: 2
55
keywords: [connect, MetaMask, Web3Auth, SDK, dapp]
66
---
77

8-
# Connect to MetaMask using Web3Auth SDK
8+
# Connect to MetaMask using Embedded Wallets
99

10-
Get started with MetaMask SDK and [Web3Auth SDK](https://docs.metamask.io/embedded-wallets/),
10+
Get started with MetaMask SDK and [MetaMask Embedded Wallets (previously Web3Auth)](/embedded-wallets),
1111
enabling users to sign in with an email or social media account.
12-
You can use MetaMask SDK features directly within Web3Auth SDK.
12+
You can use MetaMask SDK features directly within Embedded Wallets.
1313
Set up the SDKs in one of the following ways:
1414

1515
- [SDK CLI](#set-up-using-the-cli) - Use the CLI to scaffold a Next.js and Web3Auth dapp.
@@ -26,7 +26,7 @@ Set up the SDKs in one of the following ways:
2626
- A package manager installed.
2727
The examples in this quickstart use [pnpm](https://pnpm.io/installation).
2828
- [MetaMask](https://metamask.io/) installed in your browser or on mobile.
29-
- A [Web3Auth Client ID](https://docs.metamask.io/embedded-wallets/dashboard/#get-the-client-id).
29+
- A [Web3Auth Client ID](/embedded-wallets/dashboard/#get-the-client-id).
3030

3131
## Set up using the CLI
3232

@@ -79,8 +79,8 @@ Set up the SDKs in one of the following ways:
7979
pnpm run dev
8080
```
8181
82-
You've successfully set up MetaMask SDK and Web3Auth SDK.
83-
See how to [use the Web3Auth SDK](#usage).
82+
You've successfully set up MetaMask SDK and MetaMask Embedded Wallets.
83+
See how to [use Embedded Wallets](#usage).
8484
8585
## Set up using a template
8686
@@ -120,8 +120,8 @@ See how to [use the Web3Auth SDK](#usage).
120120
pnpm dev
121121
```
122122
123-
You've successfully set up MetaMask SDK and Web3Auth SDK.
124-
See how to [use the Web3Auth SDK](#usage).
123+
You've successfully set up MetaMask SDK and MetaMask Embedded Wallets.
124+
See how to [use Embedded Wallets](#usage).
125125
126126
## Set up manually
127127

0 commit comments

Comments
 (0)