1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02:00

fix links in migrating guide

This commit is contained in:
Ian Storm Taylor
2019-12-02 20:03:46 -05:00
parent 20cb063a90
commit 22b2ae507e

View File

@@ -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. 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 ## Major Differences