From 0c1fe6b749e7f193334259a6e51987e79575085c Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 17 Nov 2022 07:21:19 -0700 Subject: [PATCH] fix link --- www/essays/hypermedia-friendly-scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/essays/hypermedia-friendly-scripting.md b/www/essays/hypermedia-friendly-scripting.md index 5beb94b3..c092f4e5 100644 --- a/www/essays/hypermedia-friendly-scripting.md +++ b/www/essays/hypermedia-friendly-scripting.md @@ -17,7 +17,7 @@ title: htmx - high power tools for html In [Hypermedia-Driven Applications](https://htmx.org/essays/hypermedia-driven-applications/) we discuss how to build web applications in such a manner that they are _hypermedia_-driven, in contrast with the popular SPA approach, in which -they are _JavaScript_ and, at the network-level, [RPC-driven(https://htmx.org/essays/how-did-rest-come-to-mean-the-opposite-of-rest/)]. +they are _JavaScript_ and, at the network-level, [RPC-driven](https://htmx.org/essays/how-did-rest-come-to-mean-the-opposite-of-rest/). In the HDA article we mentioned scripting briefly, advocating for _inline scripting_ as enabled by libraries such as [Alpine.js](https://alpinejs.dev/) and [hyperscript](https://hyperscript.org).