From 87833257cd7b73a57cded7d13cc1e678e1ad894d Mon Sep 17 00:00:00 2001 From: Ticean Bennett Date: Fri, 14 Sep 2018 16:34:58 -0700 Subject: [PATCH] Update doc reference --- .reaction/project-hooks/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.reaction/project-hooks/README.md b/.reaction/project-hooks/README.md index 94c0996..a7f24fb 100644 --- a/.reaction/project-hooks/README.md +++ b/.reaction/project-hooks/README.md @@ -1,6 +1,7 @@ This directory contains project hooks for the Reaction development environment. -They are invoked from the reaction-next build tools which operate across all -projects to aid with orchestration. +They are invoked from the [reaction-platform][reaction-platform] build tools +which operate across all projects to aid with orchestration in the local +development environment. These hooks provide means for developers of an application to ensure that the application configure itself without higher-level coordination outside of the @@ -39,3 +40,5 @@ a task. It is better to create a script in your project and call it from the hook. This keeps the scripted action reusable and available outside of the hook context. + +[reaction-platform]: https://github.com/reactioncommerce.com/reaction-platform