From acce95dec80ce09e8a70661a4f5963fe5053eff5 Mon Sep 17 00:00:00 2001 From: Andrew Vos Date: Wed, 30 Mar 2016 16:42:44 +0100 Subject: [PATCH] Add a link to govuk_component_guide in docs --- doc/govuk-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/govuk-components.md b/doc/govuk-components.md index fd04933d6..42cd5995e 100644 --- a/doc/govuk-components.md +++ b/doc/govuk-components.md @@ -62,7 +62,7 @@ Documentation lives [`app/views/govuk_component/docs`](../app/views/govuk_compon * `description`: A longer form description of what the component does, when it should be used * `fixtures`: TBD: For components that expect arguments this will be a hash of fixtured example arguments -Adding it to the documentation will allow you to preview it in the `govuk_component_guide`, which can be pointed to any +Adding it to the documentation will allow you to preview it in the [alphagov/govuk_component_guide](https://github.com/alphagov/govuk_component_guide), which can be pointed to any version of static, including your local one running a branch. Which you should probably do. ### Unit tests