1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

readme: Documentation: fix broken url; http -> https (#3401)

This commit is contained in:
David Calhoun
2020-01-27 15:20:50 -05:00
committed by Ian Storm Taylor
parent 74444c28ab
commit 5797562849

View File

@@ -120,10 +120,10 @@ If you have an idea for an example that shows a common use case, pull request it
If you're using Slate for the first time, check out the [Getting Started](https://docs.slatejs.org/walkthroughs/01-installing-slate) walkthroughs and the [Concepts](http://docs.slatejs.org/concepts) to familiarize yourself with Slate's architecture and mental models. If you're using Slate for the first time, check out the [Getting Started](https://docs.slatejs.org/walkthroughs/01-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**](https://docs.slatejs.org/walkthroughs/01-installing-slate)
- [**Concepts**](http://docs.slatejs.org/concepts) - [**Concepts**](https://docs.slatejs.org/concepts)
- [**FAQ**](http://docs.slatejs.org/general/faq) - [**FAQ**](https://docs.slatejs.org/general/faq)
- [**Resources**](http://docs.slatejs.org/general/resources) - [**Resources**](https://docs.slatejs.org/general/resources)
If even that's not enough, you can always [read the source itself](./packages/slate), which is heavily commented. If even that's not enough, you can always [read the source itself](./packages/slate), which is heavily commented.