From 6f41f2e8e9f010cf4d26a00728e5d7b12f239578 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Fri, 28 Dec 2018 16:19:38 -0800 Subject: [PATCH] Fix link to instructions for running examples --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 235109cc6..6ca47e5dc 100644 --- a/Contributing.md +++ b/Contributing.md @@ -43,7 +43,7 @@ Please include tests and docs with every pull request! ## Running Examples -Check out the [Examples readme](./examples) to see how to get the examples running locally! +Check out the [Examples readme](https://github.com/ianstormtaylor/slate/blob/master/examples/Readme.md) to see how to get the examples running locally! ## Running Tests