From 46135d5e84747ddecd056f2d42d7583966204d87 Mon Sep 17 00:00:00 2001 From: Gray Norton Date: Tue, 1 Oct 2024 16:53:25 -0700 Subject: [PATCH] Fix links --- .../lit-dev-content/site/blog/2024-10-02-signals.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/lit-dev-content/site/blog/2024-10-02-signals.md b/packages/lit-dev-content/site/blog/2024-10-02-signals.md index d6f6ef67b..38ceb0c37 100644 --- a/packages/lit-dev-content/site/blog/2024-10-02-signals.md +++ b/packages/lit-dev-content/site/blog/2024-10-02-signals.md @@ -11,12 +11,12 @@ author: # Announcing @lit-labs/signals: Integrating the TC39 Signals Proposal with Lit We’re thrilled to announce the release of our newest Lit Labs package, -`@lit-labs/signals`, which integrates the exciting new [TC39 Signals -Proposal](https://github.com/tc39/proposal-signals) -[polyfill(https://github.com/proposal-signals/signal-polyfill)] directly with -Lit. This package provides a powerful, reactive way to manage state in your web -applications by allowing you to use shared, observable signals that -automatically update components when their values change. +`@lit-labs/signals`, which integrates the +[polyfill](https://github.com/proposal-signals/signal-polyfill) for the +exciting new [TC39 Signals Proposal](https://github.com/tc39/proposal-signals) +directly with Lit. This package provides a powerful, reactive way to manage +state in your web applications by allowing you to use shared, observable +signals that automatically update components when their values change. Signals are quickly becoming a core feature in the JavaScript ecosystem, with the potential to unify how we manage state and reactivity across various