From 87b52d5186c3830f8343b91eed1b7a53939236ed Mon Sep 17 00:00:00 2001 From: Kerry Peterson Date: Wed, 8 May 2019 00:37:31 -0400 Subject: [PATCH] Fix broken link for Stencil --- stencil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stencil.md b/stencil.md index 44fc8e2ee..32cf617b5 100644 --- a/stencil.md +++ b/stencil.md @@ -125,7 +125,7 @@ this.options = { ...this.options, show: true } Mutable operations such as `push()` won't work. You'll need to assign a new copy. -See: [Updating arrays](https://stenciljs.com/docs/handling-arrays) +See: [Updating arrays](https://stenciljs.com/docs/reactive-data/#updating-arrays) ## Slots