From 24df209a44d3b4d1672d00560bc7685fdd2f2a35 Mon Sep 17 00:00:00 2001 From: Ryan Pendergast Date: Thu, 1 Oct 2015 22:39:15 -0500 Subject: [PATCH] Update commands.md --- docs/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 53607368e..dd85f9a9a 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -17,7 +17,7 @@ Commands that deal with JAWS projects ### Module Commands -Commands that interact with [aws modules](https://github.com/awsm-org/awsm) (awsm) +Commands that interact with [aws modules](./aws_modules.md) (awsm) * ##### `$ jaws module create` @@ -27,7 +27,7 @@ Commands that interact with [aws modules](https://github.com/awsm-org/awsm) (aws * ##### aws module installation and update - * We leverage the most popualar package manager for the runtime and utilize a post-install hook to JAWS stuff. For example in nodejs: `npm install awsm-images --save`. See [awsm-org](https://github.com/awsm-org/awsm) for more info. + * We leverage the most popualar package manager for the runtime and utilize a post-install hook to JAWS stuff. For example in nodejs: `npm install awsm-images --save`. See [awsm-org](./aws_modules.md) for more info. ### Region Commands