From 74f650c6d2496f8fa5e1e0a52626925ceb1f1804 Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Tue, 7 Jun 2022 19:25:08 +0530 Subject: [PATCH] Replaced broken link with alternative https://statickit.com/ returns `404` error. So replaced it with a similar alternative. --- hugo/content/blog/5-ways-to-handle-forms-on-your-static-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/blog/5-ways-to-handle-forms-on-your-static-site.md b/hugo/content/blog/5-ways-to-handle-forms-on-your-static-site.md index ea0ae1a42..d0bc96a5b 100644 --- a/hugo/content/blog/5-ways-to-handle-forms-on-your-static-site.md +++ b/hugo/content/blog/5-ways-to-handle-forms-on-your-static-site.md @@ -44,7 +44,7 @@ The options presented here range from fully-managed solutions for lean teams, al **Update**: While those options remain viable, other forms services were created since. Check also: -- [StaticKit](https://statickit.com/) +- [Web3Forms](https://web3forms.com/) - [Formik](https://formik.com) - [Other Forms services](https://serverless.css-tricks.com/services/forms)