diff options
author | William Jackson <565174+williamjacksn@users.noreply.github.com> | 2025-01-30 05:42:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 12:42:00 +0100 |
commit | b0797be8cd7a59856a39a7b0e50e7f0dcc629aef (patch) | |
tree | fc4dde5a672060a5afbb4e6346dbc717e8f30d9b | |
parent | 6d39919b996ec2965dbde2585dcdc8dc9bd55ffd (diff) | |
download | htmx-b0797be8cd7a59856a39a7b0e50e7f0dcc629aef.tar.gz htmx-b0797be8cd7a59856a39a7b0e50e7f0dcc629aef.zip |
Fix some external links (#3159)
-rw-r--r-- | www/content/essays/vendoring.md | 2 | ||||
-rw-r--r-- | www/content/essays/view-transitions.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/content/essays/vendoring.md b/www/content/essays/vendoring.md index b3c9b685..8f74433b 100644 --- a/www/content/essays/vendoring.md +++ b/www/content/essays/vendoring.md @@ -192,7 +192,7 @@ There is also a set htmx-adjacent projects that are taking vendoring seriously: * [fixi](https://github.com/bigskysoftware/fixi) - a minimal htmx alternative None of these JavaScript projects are available in NPM, and all of them [recommend](https://github.com/gnat/surreal#-install) -[vendoring](https://github.com/kgscialdone/facet#installation) the [software](https://github.com/bigskysoftware/fixi#instalation) +[vendoring](https://github.com/kgscialdone/facet#installation) the [software](https://github.com/bigskysoftware/fixi#installing) into your own project as the primary installation mechanism. ## Vendor First Dependency Managers? diff --git a/www/content/essays/view-transitions.md b/www/content/essays/view-transitions.md index 054a476b..582dba70 100644 --- a/www/content/essays/view-transitions.md +++ b/www/content/essays/view-transitions.md @@ -25,7 +25,7 @@ the application, even if it has feature-parity with an SPA version: > delete a contact. This is because every user interaction (link click or form submission) requires a full page > refresh, with a whole new HTML document to process after each action. > -> *–Hypermedia Systems - [Chapter 5](https://hypermedia.systems/book/extending-html-as-hypermedia/)* +> *–Hypermedia Systems - [Chapter 4](https://hypermedia.systems/extending-html-as-hypermedia/)* This jarring "ka-chunk" between webpages, often with a [Flash of Unstyled Content](https://webkit.org/blog/66/the-fouc-problem/) has been with us forever and, while modern browsers have improved the situation somewhat (while, unfortunately, also making |