From 5027975ca3fbe6209e3421b19c6de60fe375134e Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 10 Dec 2020 14:51:13 -0500 Subject: [PATCH] feat: add reference to CLI stacking --- src/pages/understand-stacks/integrate-stacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/integrate-stacking.md b/src/pages/understand-stacks/integrate-stacking.md index 394038e6..cc42a146 100644 --- a/src/pages/understand-stacks/integrate-stacking.md +++ b/src/pages/understand-stacks/integrate-stacking.md @@ -25,7 +25,7 @@ This tutorial highlights the following functionality: - Add stacking action - Display stacking status --> Alternatively to integration using JS libraries, you can use the [Rust CLI](https://gist.github.com/kantai/c261ca04114231f0f6a7ce34f0d2499b) or [JS CLI](https://github.com/blockstack/stacks.js/tree/master/packages/cli). +-> Alternatively to integration using JS libraries, you can use the [Rust CLI](https://gist.github.com/kantai/c261ca04114231f0f6a7ce34f0d2499b) or [JS CLI](/understand-stacks/stacking-using-CLI). ## Requirements