From 5849dcb8109e73f7f5afedc8cf8c336232d5ecd6 Mon Sep 17 00:00:00 2001 From: Ankit Goel Date: Thu, 15 Nov 2018 21:38:05 +0530 Subject: [PATCH] Fix broken links (#2426) --- docs/Introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Introduction.md b/docs/Introduction.md index cc8077a27..c50a10deb 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -95,7 +95,7 @@ If you're using Slate for the first time, check out the [Getting Started](http:/ * [**FAQ**](http://docs.slatejs.org/general/faq) * [**Resources**](http://docs.slatejs.org/general/resources) -If even that's not enough, you can always [read the source itself](./src), which is heavily commented. +If even that's not enough, you can always [read the source itself](../packages/), which is heavily commented. There are also translations of the documentation into other languages: @@ -105,6 +105,6 @@ If you're maintaining a translation, feel free to pull request it here! ## Contributing! -All contributions are super welcome! Check out the [Contributing instructions](./Contributing.md) for more info! +All contributions are super welcome! Check out the [Contributing instructions](../Contributing.md) for more info! -Slate is [MIT-licensed](./License.md). +Slate is [MIT-licensed](../License.md).