From 199212391ac37d83e97ae2b6a2f786110905f271 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Tue, 29 Oct 2019 11:10:54 -0400 Subject: [PATCH] Fix quickstart link (#1955) --- docs/tutorial.md | 2 +- website/versioned_docs/version-2.0.3/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index e26971987..3854aee31 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -7,7 +7,7 @@ title: Tutorial Welcome to the Formik tutorial. This will teach you everything you need to know to build simple and complex forms in React. -If you're impatient and just want to start hacking on your machine locally, checkout [the 60-second quickstart](./docs/overview.md#installation). +If you're impatient and just want to start hacking on your machine locally, checkout [the 60-second quickstart](overview.md#installation). ### What are we building? diff --git a/website/versioned_docs/version-2.0.3/tutorial.md b/website/versioned_docs/version-2.0.3/tutorial.md index f203128f9..673e6f154 100644 --- a/website/versioned_docs/version-2.0.3/tutorial.md +++ b/website/versioned_docs/version-2.0.3/tutorial.md @@ -8,7 +8,7 @@ original_id: tutorial Welcome to the Formik tutorial. This will teach you everything you need to know to build simple and complex forms in React. -If you're impatient and just want to start hacking on your machine locally, checkout [the 60-second quickstart](./docs/overview.md#installation). +If you're impatient and just want to start hacking on your machine locally, checkout [the 60-second quickstart](overview.md#installation). ### What are we building?