diff --git a/src/pages/docs/tutorial/learn-faust/index.mdx b/src/pages/docs/tutorial/learn-faust/index.mdx index c47b820f..ee65ffde 100644 --- a/src/pages/docs/tutorial/learn-faust/index.mdx +++ b/src/pages/docs/tutorial/learn-faust/index.mdx @@ -45,7 +45,7 @@ npx create-next-app \ Initial set up steps: - `cd` into the `/faust-tutorial` project folder. -- Run `npm run wp-dev`. This command uses the [`wp-now`](https://www.npmjs.com/package/@wp-now/wp-now) NPM package and the included `faust-tutorial-blueprint.json` blueprint file to set up a local WordPress environment. +- Run `npm run wp-dev`. This command uses the [`wp-now`](https://www.npmjs.com/package/@wp-now/wp-now) NPM package and the included [`faust-tutorial-blueprint.json`](https://github.com/wpengine/faustjs/blob/canary/examples/next/tutorial/faust-tutorial-blueprint.json) blueprint file to set up a local WordPress environment. - When asked if it's okay to install the `@wp-now/wp-now` package, answer `y` to confirm. After a moment, you should have a WordPress site up-and-running.