Fix broken link and typo in StyleSheet API docs (#189)

This commit is contained in:
Vitor Balocco
2016-08-15 04:42:42 +02:00
committed by Nicolas Gallagher
parent fb41be1bf7
commit 638479991e

View File

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