mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 12:30:11 +02:00
fix guides links
This commit is contained in:
@@ -120,10 +120,10 @@ If you have an idea for an example that shows a common use case, pull request it
|
|||||||
|
|
||||||
### Documentation
|
### 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 [Guides](http://docs.slatejs.org/guides) 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/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/installing-slate)
|
- [**Walkthroughs**](http://docs.slatejs.org/walkthroughs/installing-slate)
|
||||||
- [**Guides**](http://docs.slatejs.org/guides)
|
- [**Concepts**](http://docs.slatejs.org/concepts)
|
||||||
- [**FAQ**](http://docs.slatejs.org/general/faq)
|
- [**FAQ**](http://docs.slatejs.org/general/faq)
|
||||||
- [**Resources**](http://docs.slatejs.org/general/resources)
|
- [**Resources**](http://docs.slatejs.org/general/resources)
|
||||||
|
|
||||||
|
@@ -75,10 +75,10 @@ If you have an idea for an example that shows a common use case, pull request it
|
|||||||
|
|
||||||
## Documentation
|
## 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 [Guides](http://docs.slatejs.org/guides) 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/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)
|
- [**Walkthroughs**](http://docs.slatejs.org/walkthroughs)
|
||||||
- [**Guides**](http://docs.slatejs.org/guides)
|
- [**Concepts**](http://docs.slatejs.org/concepts)
|
||||||
- [**FAQ**](http://docs.slatejs.org/general/faq)
|
- [**FAQ**](http://docs.slatejs.org/general/faq)
|
||||||
- [**Resources**](http://docs.slatejs.org/general/resources)
|
- [**Resources**](http://docs.slatejs.org/general/resources)
|
||||||
|
|
||||||
|
@@ -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 [Guides](./) 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) and the other [Concepts](./) to see how all of the new concepts get applied.
|
||||||
|
|
||||||
## Major Differences
|
## Major Differences
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user