From c1540ebbd7f32c601272ac9139b7adb9c2fb5ef9 Mon Sep 17 00:00:00 2001 From: Samuel Plumppu <6125097+Greenheart@users.noreply.github.com> Date: Thu, 29 Jul 2021 19:42:22 +0200 Subject: [PATCH] [docs] Fix broken link to old blog post --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index bbf3071583..4dac0d4571 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -697,7 +697,7 @@ Videos additionally have readonly `videoWidth` and `videoHeight` bindings. --- -Block-level elements have 4 readonly bindings, measured using a technique similar to [this one](http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/): +Block-level elements have 4 readonly bindings, measured using a technique similar to [this one](https://web.archive.org/web/20200926123939/http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/): * `clientWidth` * `clientHeight`