From 3ffd73cd7d133e736d011693fbf7de92d07a6c58 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Wed, 18 Dec 2019 18:23:05 -0800 Subject: [PATCH] Fix broken link in introduction of docs (#3357) --- docs/Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Introduction.md b/docs/Introduction.md index 5ca044216..0cbe2371f 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -76,7 +76,7 @@ If you have an idea for an example that shows a common use case, pull request it ## Documentation -If you're using Slate for the first time, check out the [Getting Started](http://docs.slatejs.org/walkthroughs/installing-slate) walkthroughs and the [Concepts](http://docs.slatejs.org/concepts) to familiarize yourself with Slate's architecture and mental models. +If you're using Slate for the first time, check out the [Getting Started](http://docs.slatejs.org/walkthroughs/01-installing-slate) walkthroughs and the [Concepts](http://docs.slatejs.org/concepts) to familiarize yourself with Slate's architecture and mental models. - [**Walkthroughs**](http://docs.slatejs.org/walkthroughs) - [**Concepts**](http://docs.slatejs.org/concepts)