From 5da89b8656288f8b8dbc8f1a7f044e98659951a2 Mon Sep 17 00:00:00 2001 From: Ken Aoki Date: Wed, 25 Mar 2020 10:12:06 +0900 Subject: [PATCH] Update 01-installing-slate.md (#3554) --- docs/walkthroughs/01-installing-slate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/01-installing-slate.md b/docs/walkthroughs/01-installing-slate.md index 3038da9a5..24c0d6a5b 100644 --- a/docs/walkthroughs/01-installing-slate.md +++ b/docs/walkthroughs/01-installing-slate.md @@ -12,7 +12,7 @@ You'll also need to be sure to install Slate's peer dependencies: yarn add react react-dom ``` -_Note, if you'd rather use a pre-bundled version of Slate, you can `yarn add slate` and retrieve the bundled `dist/slate.js` file! Check out the [Using the Bundled Source](./using-the-bundled-source.md) guide for more information._ +_Note, if you'd rather use a pre-bundled version of Slate, you can `yarn add slate` and retrieve the bundled `dist/slate.js` file! Check out the [Using the Bundled Source](./XX-using-the-bundled-source.md) guide for more information._ Once you've installed Slate, you'll need to import it.