From fd2b9a7f38b730da4c82fc3ec5c1bbb2d9621100 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 7 Nov 2014 21:18:20 +0000 Subject: [PATCH] Fixed broken link to components guide --- docs/guides/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/options.md b/docs/guides/options.md index 37f2477d5..35897f144 100644 --- a/docs/guides/options.md +++ b/docs/guides/options.md @@ -149,5 +149,5 @@ notation. ``` -The [components guide](/blob/master/docs/guides/components.md) has an excellent breakdown of the structure of a player, you +The [components guide](/docs/guides/components.md) has an excellent breakdown of the structure of a player, you just need to remember to nest child components in a `children` object for each level.