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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-25 00:01:30 +0300
committerGitHub <noreply@github.com>2020-08-25 00:01:30 +0300
commitfc4ffd0cae1ad42bfc2f9ae31bc9e68ec7c3e32a (patch)
treea57374414872173ae9d584383a57561c5cc17569
parenta6c6f0e81d97f87b6fe2d3da310e93e3db79cdae (diff)
parentcc021da7323062351fe6076e6952db0dec339a00 (diff)
Merge pull request #2 from divinerites/patch-1
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