1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 21:49:20 +01:00

fix guides links

This commit is contained in:
Ian Storm Taylor 2019-11-29 08:11:37 -05:00
parent fbd2a7154b
commit 5e5f1d9046
3 changed files with 5 additions and 5 deletions

View File

@ -120,10 +120,10 @@ 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 [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)
- [**Guides**](http://docs.slatejs.org/guides)
- [**Concepts**](http://docs.slatejs.org/concepts)
- [**FAQ**](http://docs.slatejs.org/general/faq)
- [**Resources**](http://docs.slatejs.org/general/resources)

View File

@ -75,10 +75,10 @@ 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 [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)
- [**Guides**](http://docs.slatejs.org/guides)
- [**Concepts**](http://docs.slatejs.org/concepts)
- [**FAQ**](http://docs.slatejs.org/general/faq)
- [**Resources**](http://docs.slatejs.org/general/resources)

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.
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