From 1394852e7ddc74af2d16dd2b1a0ff094515e359a Mon Sep 17 00:00:00 2001 From: Prashant Pathak Date: Wed, 3 Jan 2024 15:28:56 +0000 Subject: [PATCH] Fix Tailwind link --- docs/safe-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/safe-from-scratch.md b/docs/safe-from-scratch.md index f04ac9f6c..d16a1246f 100644 --- a/docs/safe-from-scratch.md +++ b/docs/safe-from-scratch.md @@ -144,7 +144,7 @@ Elmish is an F# library modelled closely on the Elm language model for writing b This last section adds more UX capabilities. ### 5.1 [Add Tailwind support](https://github.com/CompositionalIT/safe-from-scratch/commit/fb8b8d02ac4b9b8e97292af23bf37bcee917daff) -Follow the [Tailwind](ui/add-tailwind.md) guide to add Tailwind to your project. +Follow the [Tailwind](recipes/ui/add-tailwind.md) guide to add Tailwind to your project. ### 5.2 [Revert to "standard" F# Feliz](https://github.com/CompositionalIT/safe-from-scratch/commit/ce4705c5d497cbebf91ea2e4f74dbd0345901e28) *(optional)* If you do not want to use the JSX support: