Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordivinerites <divinerites@gmail.com>2020-08-24 23:23:28 +0300
committerGitHub <noreply@github.com>2020-08-24 23:23:28 +0300
commitcc021da7323062351fe6076e6952db0dec339a00 (patch)
treea57374414872173ae9d584383a57561c5cc17569
parenta6c6f0e81d97f87b6fe2d3da310e93e3db79cdae (diff)
update README with proper rel-link to alpinejs
-rw-r--r--turbolinks/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbolinks/README.md b/turbolinks/README.md
index 0530fad..6adea0b 100644
--- a/turbolinks/README.md
+++ b/turbolinks/README.md
@@ -2,7 +2,7 @@
This module wraps [Turbolinks](https://github.com/turbolinks).
-Also, if [Alpine](../alpinejs/alpine) is present, it adds a set of event listeners that
+Also, if [Alpine](../alpinejs) is present, it adds a set of event listeners that
prepares/cleans the AlpineJS state. Most importantly, it pauses Alpine's mutation observer so Turbolinks can do its work without interuption.
## Installation