From 22b2ae507e4162b9d2fea05781fb96f41ca89d22 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 2 Dec 2019 20:03:46 -0500 Subject: [PATCH] fix links in migrating guide --- docs/concepts/XX-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/XX-migrating.md b/docs/concepts/XX-migrating.md index 40fd0ae2b..78c374773 100644 --- a/docs/concepts/XX-migrating.md +++ b/docs/concepts/XX-migrating.md @@ -2,7 +2,7 @@ Migrating from earlier versions of Slate to the `0.50.x` versions is not a simple task. The entire framework was re-considered from the ground up. This has resulted in a **much** better set of abstractions, which will result in you writing less code. But the migration process is not simple. -It's highly recommended that after reading this guide you read through the original [Walkthroughs](../walkthroughs) and the other [Concepts](./) to see how all of the new concepts get applied. +It's highly recommended that after reading this guide you read through the original [Walkthroughs](../walkthroughs/01-installing-slate.md) and the other [Concepts](./01-interfaces.md) to see how all of the new concepts get applied. ## Major Differences