Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hosted_link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then set `PLAID_WEBHOOK_URL=https://<your-ngrok-subdomain>.ngrok-free.app/webhoo

#### Set up your environment

This app uses the latest stable version of Node. For information on installing Node, see [How to install Node.js](https://nodejs.dev/learn/how-to-install-nodejs).
This app uses the latest stable version of Node. For information on installing Node, see [How to install Node.js](https://nodejs.org/en/download).

#### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're looking for a more fully-featured quickstart, covering more API endpoi

#### Set up your environment

Install [Node.js v16+](https://nodejs.dev/learn/how-to-install-nodejs).
Install [Node.js v16+](https://nodejs.org/en/download).

[Install `pnpm`](https://pnpm.io/installation) to follow along with these instructions as written.

Expand Down
2 changes: 1 addition & 1 deletion react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you're looking for a more fully-featured quickstart, covering more API endpoi

#### Set up your environment

This app requires Node.js 20 or later. You can use a tool such as [nvm](https://github.com/nvm-sh/nvm) to make sure the app uses the target version of Node. For information on installing Node, see [How to install Node.js](https://nodejs.dev/learn/how-to-install-nodejs).
This app requires Node.js 20 or later. You can use a tool such as [nvm](https://github.com/nvm-sh/nvm) to make sure the app uses the target version of Node. For information on installing Node, see [How to install Node.js](https://nodejs.org/en/download).

#### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion vanilla_js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're looking for a more fully-featured quickstart, covering more API endpoi

#### Set up your environment

This project uses Node. For information on installing Node, see [How to install Node.js](https://nodejs.dev/learn/how-to-install-nodejs).
This project uses Node. For information on installing Node, see [How to install Node.js](https://nodejs.org/en/download).

#### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion vanilla_typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're looking for a more fully-featured quickstart, covering more API endpoi

#### Set up your environment

This project uses Node. For information on installing Node, see [How to install Node.js](https://nodejs.dev/learn/how-to-install-nodejs).
This project uses Node. For information on installing Node, see [How to install Node.js](https://nodejs.org/en/download).

#### Install dependencies

Expand Down