From 1a504a6adb3446fd4df32ed3852c39b45413c879 Mon Sep 17 00:00:00 2001 From: Cassio Godinho Date: Tue, 14 Nov 2023 13:59:30 -0300 Subject: [PATCH] update mrujs link --- docs/guide/working-with-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/working-with-forms.md b/docs/guide/working-with-forms.md index 0b1e803d..5a99dded 100644 --- a/docs/guide/working-with-forms.md +++ b/docs/guide/working-with-forms.md @@ -15,7 +15,7 @@ The simple answer is... you don't! **Form submission in Rails is already really ## StimulusReflex + mrujs = 🥰 -UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.com), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent: +UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.netlify.app/), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent: * it provides a nearly 1:1 drop-in replacement for `rails-ujs` * it makes use of modern browser features like `fetch` (instead of XMLHttpRequest)