From 638479991e6992eea497122e0ee62d9bef1a79ec Mon Sep 17 00:00:00 2001 From: Vitor Balocco Date: Mon, 15 Aug 2016 04:42:42 +0200 Subject: [PATCH] Fix broken link and typo in StyleSheet API docs (#189) --- docs/apis/StyleSheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apis/StyleSheet.md b/docs/apis/StyleSheet.md index 14ee202e..1a0c09a5 100644 --- a/docs/apis/StyleSheet.md +++ b/docs/apis/StyleSheet.md @@ -2,8 +2,8 @@ The `StyleSheet` abstraction converts predefined styles to (vendor-prefixed) CSS without requiring a compile-time step. Some styles cannot be resolved -outside of the render loop and are applied as inline styles. Read more about to -[how style your application](docs/guides/style). +outside of the render loop and are applied as inline styles. Read more about +[how to style your application](../guides/style.md). ## Methods