From 1beac3cf665d53ed996744a449102173d15ca68e Mon Sep 17 00:00:00 2001 From: Ovi Ispas Date: Thu, 14 Dec 2023 17:05:03 +0200 Subject: [PATCH] docs(changelog): fix client-action link in changelog (#8287) --- CHANGELOG.md | 2 +- contributors.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40900cfc0b3..9a03b597efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,7 +122,7 @@ We're excited to land the [Client Data RFC](https://github.com/remix-run/remix/d - [Client Data Guide](https://remix.run/guides/client-data) - [`clientLoader`](https://remix.run/route/client-loader) - [`HydrateFallback`](https://remix.run/route/hydrate-fallback) -- [`clientAction`](https://remix.run/route/client-loader) +- [`clientAction`](https://remix.run/route/client-action) While we still recommend server loaders/actions for the majority of your data needs in a Remix app - these provide some levers you can pull for more advanced use-cases such as: diff --git a/contributors.yml b/contributors.yml index 4df0cae5590..3c9584b9ff6 100644 --- a/contributors.yml +++ b/contributors.yml @@ -434,6 +434,7 @@ - omamazainab - oott123 - orballo +- ovi-ispas - pacexy - panteliselef - pcattori